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
This commit is contained in:
Andrew Nacin 2011-01-03 22:47:05 +00:00
parent 457989ce16
commit 61161d86ba

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 * 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. * 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' ); 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. * filter instead, as seen above.
* *
* @since Twenty Ten 1.0 * @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. * @return string The gallery style filter, with the styles themselves removed.
*/ */