Changeset 54891 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 11/29/2022 03:49:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r54256 r54891 1051 1051 */ 1052 1052 if ( ! is_multisite() ) { 1053 $current_site = new stdClass ;1053 $current_site = new stdClass(); 1054 1054 $current_site->domain = $domain; 1055 1055 $current_site->path = $path;
Note: See TracChangeset
for help on using the changeset viewer.