Update WordPress to 5.2
This commit is contained in:
parent
489b5a5914
commit
e00f87f2f5
599 changed files with 119573 additions and 55990 deletions
|
@ -315,7 +315,7 @@ final class WP_Site {
|
|||
if ( false === $details ) {
|
||||
|
||||
switch_to_blog( $this->blog_id );
|
||||
// Create a raw copy of the object for backwards compatibility with the filter below.
|
||||
// Create a raw copy of the object for backward compatibility with the filter below.
|
||||
$details = new stdClass();
|
||||
foreach ( get_object_vars( $this ) as $key => $value ) {
|
||||
$details->$key = $value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue