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. *