Changeset 38814 for trunk/src/wp-includes/ms-deprecated.php
- Timestamp:
- 10/19/2016 04:46:14 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-deprecated.php
r38458 r38814 29 29 return get_blog_details( $blog ); 30 30 31 return get_blog_details( get_ current_site()->blog_id );31 return get_blog_details( get_network()->site_id ); 32 32 } 33 33
Note: See TracChangeset
for help on using the changeset viewer.