From f376d654b8dd577ab06ed17fab000d217c477983 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 21 Jul 2011 21:44:47 +0000 Subject: [PATCH] Fix @sinces in Twenty Eleven. see #18045. git-svn-id: https://develop.svn.wordpress.org/trunk@18458 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyeleven/inc/theme-options.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentyeleven/inc/theme-options.php b/wp-content/themes/twentyeleven/inc/theme-options.php index ae12764654..16e72e60b0 100644 --- a/wp-content/themes/twentyeleven/inc/theme-options.php +++ b/wp-content/themes/twentyeleven/inc/theme-options.php @@ -224,7 +224,7 @@ function twentyeleven_get_theme_options() { /** * Renders the Color Scheme setting field. * - * @since Twenty Eleven 1.2 + * @since Twenty Eleven 1.3 */ function twentyeleven_settings_field_color_scheme() { $options = twentyeleven_get_theme_options(); @@ -248,7 +248,7 @@ function twentyeleven_settings_field_color_scheme() { /** * Renders the Link Color setting field. * - * @since Twenty Eleven 1.2 + * @since Twenty Eleven 1.3 */ function twentyeleven_settings_field_link_color() { $options = twentyeleven_get_theme_options(); @@ -265,7 +265,7 @@ function twentyeleven_settings_field_link_color() { /** * Renders the Layout setting field. * - * @since Twenty Eleven 1.2 + * @since Twenty Eleven 1.3 */ function twentyeleven_settings_field_layout() { $options = twentyeleven_get_theme_options(); @@ -299,9 +299,7 @@ function twentyeleven_theme_options_render_page() {