After automatic updating to 6.9 Deprecated: Function WP_Dependencies
-
Really, the title says it all. I allowed the site to automatically update to 6.9 and when I went to check it out, there’s an error that says:
Deprecated: Function WP_Dependencies->add_data() was called with an argument that is deprecated since version 6.9.0! IE conditional comments are ignored by all supported browsers. in /var/www/html/wp-includes/functions.php on line 6131I did go to line 6131 in functions.php, of course, but that is just part of this:
if ( E_USER_ERROR === $error_level ) { throw new WP_Exception( $message ); } trigger_error( $message, $error_level );Obviously, that’s not where the error lies.
I am using the Kalidasa theme and the default themes don’t do this, but I’m a bit at a loss where to look in my theme files to resolve this.
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.