Changeset 59020 for trunk/src/wp-includes/class-wp-network.php
- Timestamp:
- 09/13/2024 10:10:51 PM (21 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-network.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-network.php
r58138 r59020 132 132 public function __construct( $network ) { 133 133 foreach ( get_object_vars( $network ) as $key => $value ) { 134 $this-> $key = $value;134 $this->__set( $key, $value ); 135 135 } 136 136
Note: See TracChangeset
for help on using the changeset viewer.