Changeset 55703 for trunk/src/wp-includes/user.php
- Timestamp:
- 05/02/2023 03:43:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r55702 r55703 990 990 continue; 991 991 } 992 if ( $wpdb->base_prefix && 0 !== strpos( $key, $wpdb->base_prefix ) ) {992 if ( $wpdb->base_prefix && ! str_starts_with( $key, $wpdb->base_prefix ) ) { 993 993 continue; 994 994 }
Note: See TracChangeset
for help on using the changeset viewer.