From cf17f4509926561c89f9aa43861721be101df5fc Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 20 May 2013 22:16:20 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentythirteen/inc/back-compat.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentythirteen/inc/back-compat.php b/wp-content/themes/twentythirteen/inc/back-compat.php index ff0d5eecba..a10691ecfd 100644 --- a/wp-content/themes/twentythirteen/inc/back-compat.php +++ b/wp-content/themes/twentythirteen/inc/back-compat.php @@ -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 ) {