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
Deprecated: Function update_option was called with an argument that is deprecated since version 5.5.0! The "comment_whitelist" option key has been renamed to "comment_previously_approved" #23
On WordPress 6.0, the compatible() function in comment_options is failing to detect version > 5.5 and is raising a deprecation message in the admin area - therefore needs to be updated.
On WordPress 6.0, the
compatible()function incomment_optionsis failing to detect version > 5.5 and is raising a deprecation message in the admin area - therefore needs to be updated.