From f7ae358cc7ea12d48f934ddec3ace00bc355eb8e Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Thu, 25 Feb 2016 12:53:27 +0000 Subject: [PATCH] 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 --- functions.php | 2 +- inc/custom-header.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 8d5facf0f..ef933e513 100644 --- a/functions.php +++ b/functions.php @@ -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 */ diff --git a/inc/custom-header.php b/inc/custom-header.php index 2a886bd40..baedf18b5 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -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. *