From 00d5b388c3281fb08ea1d86f5d884f364c24ebe3 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 3 Nov 2014 05:40:30 +0000 Subject: [PATCH] Fill in the `@param` types for the args for `make_site_theme_from_oldschool()`, which is actually the name of a function? See #30224. git-svn-id: https://develop.svn.wordpress.org/trunk@30194 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/upgrade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/includes/upgrade.php b/src/wp-admin/includes/upgrade.php index 20fb5dcbf7..d468da17ee 100644 --- a/src/wp-admin/includes/upgrade.php +++ b/src/wp-admin/includes/upgrade.php @@ -1890,9 +1890,9 @@ function make_db_current_silent( $tables = 'all' ) { * * @since 1.5.0 * - * @param unknown_type $theme_name - * @param unknown_type $template - * @return unknown + * @param string $theme_name + * @param string $template + * @return bool */ function make_site_theme_from_oldschool($theme_name, $template) { $home_path = get_home_path();