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

git-svn-id: https://develop.svn.wordpress.org/trunk@24307 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-05-20 22:16:20 +00:00
parent b3a97f3700
commit cf17f45099
1 changed files with 2 additions and 2 deletions

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 ) {