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
This commit is contained in:
Scott Taylor 2014-11-03 05:43:21 +00:00
parent ef944e8c19
commit 5a3256c00b
2 changed files with 4 additions and 4 deletions

View File

@ -1973,9 +1973,9 @@ function make_site_theme_from_oldschool($theme_name, $template) {
* *
* @since 1.5.0 * @since 1.5.0
* *
* @param unknown_type $theme_name * @param string $theme_name
* @param unknown_type $template * @param string $template
* @return unknown * @return bool|null
*/ */
function make_site_theme_from_default($theme_name, $template) { function make_site_theme_from_default($theme_name, $template) {
$site_dir = WP_CONTENT_DIR . "/themes/$template"; $site_dir = WP_CONTENT_DIR . "/themes/$template";

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.