From 5a3256c00b0a5e29f188b33e78e20ef57b2c6f0f Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 3 Nov 2014 05:43:21 +0000 Subject: [PATCH] Fill in the `@param` types for the args for `make_site_theme_from_default()`. See #30224. Built from https://develop.svn.wordpress.org/trunk@30195 git-svn-id: http://core.svn.wordpress.org/trunk@30195 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/upgrade.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php index d468da17ee..c298c8c9e0 100644 --- a/wp-admin/includes/upgrade.php +++ b/wp-admin/includes/upgrade.php @@ -1973,9 +1973,9 @@ function make_site_theme_from_oldschool($theme_name, $template) { * * @since 1.5.0 * - * @param unknown_type $theme_name - * @param unknown_type $template - * @return unknown + * @param string $theme_name + * @param string $template + * @return bool|null */ function make_site_theme_from_default($theme_name, $template) { $site_dir = WP_CONTENT_DIR . "/themes/$template"; diff --git a/wp-includes/version.php b/wp-includes/version.php index 4da6e96347..2046c45406 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30194'; +$wp_version = '4.1-alpha-30195'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.