From 61161d86bac7283cf9b5d520dc8c75ed5ae4911f Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 3 Jan 2011 22:47:05 +0000 Subject: [PATCH] Correct docs for TT version number. props Jayjdk, fixes #16087. git-svn-id: https://develop.svn.wordpress.org/trunk@17212 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index 9c5bc2ae51..3f236c95f6 100644 --- a/wp-content/themes/twentyten/functions.php +++ b/wp-content/themes/twentyten/functions.php @@ -285,7 +285,7 @@ add_filter( 'get_the_excerpt', 'twentyten_custom_excerpt_more' ); * Galleries are styled by the theme in Twenty Ten's style.css. This is just * a simple filter call that tells WordPress to not use the default styles. * - * @since Twenty Ten 1.3 + * @since Twenty Ten 1.2 */ add_filter( 'use_default_gallery_style', '__return_false' ); @@ -296,7 +296,7 @@ add_filter( 'use_default_gallery_style', '__return_false' ); * filter instead, as seen above. * * @since Twenty Ten 1.0 - * @deprecated Deprecated in Twenty Ten 1.3 for WordPress 3.1 + * @deprecated Deprecated in Twenty Ten 1.2 for WordPress 3.1 * * @return string The gallery style filter, with the styles themselves removed. */