Changeset 19643 for branches/3.3/wp-includes/user.php
- Timestamp:
- 01/02/2012 09:31:27 PM (13 years ago)
- Location:
- branches/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3
-
branches/3.3/wp-includes/user.php
r19625 r19643 697 697 if ( 'capabilities' !== substr( $key, -12 ) ) 698 698 continue; 699 if ( 0 !== strpos( $key, $wpdb->base_prefix ) )699 if ( $wpdb->base_prefix && 0 !== strpos( $key, $wpdb->base_prefix ) ) 700 700 continue; 701 701 $blog_id = str_replace( array( $wpdb->base_prefix, '_capabilities' ), '', $key );
Note: See TracChangeset
for help on using the changeset viewer.