Changeset 37468 for trunk/src/wp-includes/class-wp-site.php
- Timestamp:
- 05/20/2016 04:40:39 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-site.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site.php
r36495 r37468 199 199 } 200 200 } 201 202 /** 203 * Converts an object to array. 204 * 205 * @since 4.6.0 206 * @access public 207 * 208 * @return array Object as array. 209 */ 210 public function to_array() { 211 return get_object_vars( $this ); 212 } 201 213 }
Note: See TracChangeset
for help on using the changeset viewer.