Forums
Forums / Plugin: Require Featured Image / WP 4.3 bug
(@egemenerd)
10 years, 4 months ago
Hi,
Warning message is not visible on the latest WordPress version because page title is “h1” not “h2”.
So you should change the following line (required-featured-image-on-edit.js);
$(‘h2’).after(‘<div id=”nofeature-message”></div>’);
with the following;
$(‘h1’).after(‘<div id=”nofeature-message”></div>’);
Cheers 😉
https://wordpress.org/plugins/require-featured-image/
(@juicysauce)
Just wanted to say thanks for posting this!
I hope the plugin authors see it and fix it soon. 🙂
(@turn-on-social)
Patch submitted that supports both earlier versions and v4.3+ https://github.com/pressupinc/require-featured-image/pull/4/commits
The topic ‘WP 4.3 bug’ is closed to new replies.