mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Fill in the @param types for the args for make_site_theme_from_default().
See #30224. git-svn-id: https://develop.svn.wordpress.org/trunk@30195 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user