strpos(): Empty delimiter
-
After 3.3 update, I see the following warning in the logs:
PHP Warning: strpos(): Empty delimiter in /var/www/***/wp-includes/user.php on line 699, referer: https://***/wp-admin/index.php
Line 699 says:
if ( 0 !== strpos( $key, $wpdb->base_prefix ) )
Right, I have no DB prefix. Therefore, this seems to be a minor bug with WordPress itself.
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘strpos(): Empty delimiter’ is closed to new replies.