Changeset 38369 for trunk/src/wp-includes/class-wp-site.php
- Timestamp:
- 08/26/2016 04:48:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-site.php
r38121 r38369 311 311 * @see WP_Site::__get() 312 312 * 313 * @return objectA raw site object with all details included.313 * @return stdClass A raw site object with all details included. 314 314 */ 315 315 private function get_details() { … … 348 348 * @since 4.6.0 349 349 * 350 * @param object$details The site details.350 * @param stdClass $details The site details. 351 351 */ 352 352 $details = apply_filters( 'site_details', $details );
Note: See TracChangeset
for help on using the changeset viewer.