From 4066dde39522e9d189ac72263956fc01731e7768 Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@17212 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 9c5bc2ae5..3f236c95f 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. */