So is this with the setting changed in
dashboard>settings>bbp style pack>bbpress bug fixes>fix load text domain
Yes, the Apply Fix box is ticked. But also getting a lot of other errors that I don’t think were there before! Maybe not your plugin though.
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 /home/dufour/P4ML4XO9/htdocs/wp-includes/functions.php on line 6131
on Function WP_Dependencies->add_data() was called with an argument that is deprecated
see
Deprecated: Function WP_Dependencies->add_data() with WordPress 6.9 | ww.wp.xz.cn
What theme are you using?
Catch Themes Adventurous – but a child theme from that. I have reported it to them too but the errors only seem to have started since the update for Child Themes
For Function WP_Dependencies->add_data() was called with an argument that is deprecated
The issue is with WordPress 6.9 and your theme
In the file \inc\adventurous-functions.php
you have the following code
Line 78: wp_style_add_data( 'adventurous-html5', 'conditional', 'lt IE 9' );
Line 81: wp_style_add_data( 'selectivizr', 'conditional', 'lt IE 9' );
Line 84: wp_style_add_data( 'adventurous-iecss', 'conditional', 'lt IE 9' );
These are the ones causing the error as per the issue in the link above – you need to log this back with the theme author, suggest you include the link to the above error
-
This reply was modified 5 months, 4 weeks ago by
Robin W.
Thanks for that. And just got update of a new version.
-
This reply was modified 5 months, 4 weeks ago by
bobjgarrett.