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:
parent
b3a97f3700
commit
cf17f45099
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user