Changeset 12672 for trunk/xmlrpc.php
- Timestamp:
- 01/08/2010 08:29:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc.php
r12515 r12672 444 444 function wp_getUsersBlogs( $args ) { 445 445 // If this isn't on WPMU then just use blogger_getUsersBlogs 446 if( ! function_exists( 'is_site_admin') ) {446 if( !is_multisite() ) { 447 447 array_unshift( $args, 1 ); 448 448 return $this->blogger_getUsersBlogs( $args );
Note: See TracChangeset
for help on using the changeset viewer.