Hi,
I trying to add the tag title in Grid View, when i'm in media library.
I see in wp-includes/js/media-view.js, line 4629, when this js gets the title. I will not edit the core of WP, but i tested it with :
'title': this.model.get( 'title' ),
and works fine. There is a better way to make what i want?
Greets