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
This commit is contained in:
nacin 2011-01-03 22:47:05 +00:00
parent 55d6d8af12
commit 4066dde395
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*/