Changeset 45232 for trunk/src/wp-includes/class-wp-site.php
- Timestamp:
- 04/17/2019 01:26:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site.php
r42746 r45232 316 316 317 317 switch_to_blog( $this->blog_id ); 318 // Create a raw copy of the object for backward scompatibility with the filter below.318 // Create a raw copy of the object for backward compatibility with the filter below. 319 319 $details = new stdClass(); 320 320 foreach ( get_object_vars( $this ) as $key => $value ) {
Note: See TracChangeset
for help on using the changeset viewer.