Changeset 32561 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 05/23/2015 07:36:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r32560 r32561 579 579 580 580 foreach ( $blogs as $blog ) { 581 // Don't include blogs that aren't hosted at this site 581 // Don't include blogs that aren't hosted at this site. 582 582 if ( $blog->site_id != get_current_site()->id ) 583 583 continue; … … 607 607 * 608 608 * @since 3.4.0 609 * @access protected 609 610 * 610 611 * @param string|array $args Sanitize single string or array of strings. 611 612 * @param int $count Minimum number of arguments. 612 * @return bool if $argscontains at least $count arguments.613 * @return bool if `$args` contains at least $count arguments. 613 614 */ 614 615 protected function minimum_args( $args, $count ) {
Note: See TracChangeset
for help on using the changeset viewer.