Changeset 47060 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 01/11/2020 06:30:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r46989 r47060 3062 3062 * @param string $theme_name The name of the theme. 3063 3063 * @param string $template The directory name of the theme. 3064 * @return false|void3064 * @return void|false 3065 3065 */ 3066 3066 function make_site_theme_from_default( $theme_name, $template ) { … … 3137 3137 * @since 1.5.0 3138 3138 * 3139 * @return false|string3139 * @return string|false 3140 3140 */ 3141 3141 function make_site_theme() {
Note: See TracChangeset
for help on using the changeset viewer.