summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentyfifteen/inc/customizer.php')
-rw-r--r--themes/twentyfifteen/inc/customizer.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/themes/twentyfifteen/inc/customizer.php b/themes/twentyfifteen/inc/customizer.php
index 3b74f243..b4c33bce 100644
--- a/themes/twentyfifteen/inc/customizer.php
+++ b/themes/twentyfifteen/inc/customizer.php
@@ -116,6 +116,7 @@ add_action( 'customize_register', 'twentyfifteen_customize_register', 11 );
* Render the site title for the selective refresh partial.
*
* @since Twenty Fifteen 1.5
+ *
* @see twentyfifteen_customize_register()
*
* @return void
@@ -128,6 +129,7 @@ function twentyfifteen_customize_partial_blogname() {
* Render the site tagline for the selective refresh partial.
*
* @since Twenty Fifteen 1.5
+ *
* @see twentyfifteen_customize_register()
*
* @return void
@@ -155,7 +157,7 @@ function twentyfifteen_customize_partial_blogdescription() {
*/
function twentyfifteen_get_color_schemes() {
/**
- * Filter the color schemes registered for use with Twenty Fifteen.
+ * Filters the color schemes registered for use with Twenty Fifteen.
*
* The default schemes include 'default', 'dark', 'yellow', 'pink', 'purple', and 'blue'.
*
@@ -266,7 +268,7 @@ if ( ! function_exists( 'twentyfifteen_get_color_scheme' ) ) :
return $color_schemes['default']['colors'];
}
-endif; // twentyfifteen_get_color_scheme
+endif; // twentyfifteen_get_color_scheme()
if ( ! function_exists( 'twentyfifteen_get_color_scheme_choices' ) ) :
/**
@@ -286,7 +288,7 @@ if ( ! function_exists( 'twentyfifteen_get_color_scheme_choices' ) ) :
return $color_scheme_control_options;
}
-endif; // twentyfifteen_get_color_scheme_choices
+endif; // twentyfifteen_get_color_scheme_choices()
if ( ! function_exists( 'twentyfifteen_sanitize_color_scheme' ) ) :
/**
@@ -306,7 +308,7 @@ if ( ! function_exists( 'twentyfifteen_sanitize_color_scheme' ) ) :
return $value;
}
-endif; // twentyfifteen_sanitize_color_scheme
+endif; // twentyfifteen_sanitize_color_scheme()
/**
* Enqueues front-end CSS for color scheme.