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 6e6692c037
commit f7ae358cc7
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ function twentytwelve_get_font_url() {
}
/**
* Enqueue scripts and styles for front-end.
* Enqueue scripts and styles for front end.
*
* @since Twenty Twelve 1.0
*/

View File

@ -13,7 +13,7 @@
* Set up the WordPress core custom header arguments and settings.
*
* @uses add_theme_support() to register support for 3.4 and up.
* @uses twentytwelve_header_style() to style front-end.
* @uses twentytwelve_header_style() to style front end.
* @uses twentytwelve_admin_header_style() to style wp-admin form.
* @uses twentytwelve_admin_header_image() to add custom markup to wp-admin form.
*