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() {