[Plugin: Media Tags] Media Library inline fix
-
When adding/uploading media to a post/page, in the Media Library tab there’s an option to assign/remove tags in bulk from a group of checked images. That feature was not working. To make it work:
media-tags\js\mediatags_bulk_common.js ~li 59
if ((select_media_tags == "") && (media_tags_input == "")) { jQuery('#media-tags-error').html('<p>Please enter or select which Media Tags should be applied to the selected Media Items.</p>'); jQuery('#media-tags-error').focus(); return false; } /* [alx359] redundant code. Tags not being updated in inline view because of this else { jQuery('#media-tags-error').html('<p></p>'); } */
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Media Tags] Media Library inline fix’ is closed to new replies.