Twenty Thirteen: PHPDoc improvements for back-compat file, props DrewAPicture. Fixes #24363.

git-svn-id: http://core.svn.wordpress.org/trunk@24307 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-05-20 22:16:20 +00:00
parent e30777bc0a
commit f35f74f092

View File

@ -17,8 +17,8 @@
*
* @since Twenty Thirteen 1.0
*
* @param string $theme_name
* @param WP_Theme $theme
* @param string $theme_name The theme name.
* @param WP_Theme $theme The theme object.
* @return void
*/
function twentythirteen_switch_theme( $theme_name, $theme ) {