Adds multiple post thumbnails to a post type. If you've ever wanted more than one Featured Image on a post, this plugin is for you.
143
stars
63
forks
source link
Use wp.i18n for localization in multi-post-thumbnails-admin.js #147
Open
julia-smith opened 4 years ago
What does this PR do?
Uses wp.i18n for localization in admin metaboxes because
setPostThumbnailL10n
was removed from WordPress 5.5.Why are we doing this?
The plugin began producing JavaScript errors with the 5.5 update.
References