Changeset 38814 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 10/19/2016 04:46:14 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r38775 r38814 629 629 foreach ( $blogs as $blog ) { 630 630 // Don't include blogs that aren't hosted at this site. 631 if ( $blog->site_id != get_current_ site()->id)631 if ( $blog->site_id != get_current_network_id() ) 632 632 continue; 633 633
Note: See TracChangeset
for help on using the changeset viewer.