You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that 3.9 now requires that when using wpdb::prepare() at least one placeholder must exist in the SQL query (first argument).
Notice: wpdb::prepare was called incorrectly. The query argument of wpdb::prepare() must have a placeholder. Please see Debugging in WordPress for more information. (This message was added in version 3.9.) in /srv/www/wordpress-trunk/wp-includes/functions.php on line 3049
It appears that 3.9 now requires that when using
wpdb::prepare()
at least one placeholder must exist in the SQL query (first argument).Notice: wpdb::prepare was called incorrectly. The query argument of wpdb::prepare() must have a placeholder. Please see Debugging in WordPress for more information. (This message was added in version 3.9.) in /srv/www/wordpress-trunk/wp-includes/functions.php on line 3049
There are several cases of this happening in
includes/query.php
To reproduce the notice, you will need to make sure you exclude a specific user account in the Stream Settings > Exclude tab.
The text was updated successfully, but these errors were encountered: