diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php index 20fb5dcbf7..d468da17ee 100644 --- a/wp-admin/includes/upgrade.php +++ b/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(); diff --git a/wp-includes/version.php b/wp-includes/version.php index b7abb2f921..4da6e96347 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30193'; +$wp_version = '4.1-alpha-30194'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.