Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-end" (adjective).

Props obrienlabs, thewanderingbrit.
Fixes #34887.
Built from https://develop.svn.wordpress.org/trunk@36709


git-svn-id: http://core.svn.wordpress.org/trunk@36676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2016-02-25 12:53:27 +00:00
parent 0425e01d21
commit e5ea82d81a
30 changed files with 56 additions and 56 deletions

View File

@@ -146,7 +146,7 @@ if ( current_user_can( 'manage_options' ) ) {
* handled separately.
*
* The WP_MAX_MEMORY_LIMIT constant specifically defines the maximum memory limit available
* when in the administration back-end. The default is 256M, or 256 megabytes of memory.
* when in the administration back end. The default is 256M, or 256 megabytes of memory.
*
* @since 3.0.0
*