Changeset 19641 for trunk/wp-includes/user.php
- Timestamp:
- 12/30/2011 11:22:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r19624 r19641 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.