• Just found by accident, don’t know the side-effects.

    ~ li 161:

    function get_the_mediatags( $id = 0 ) {
    //[alx359] fix incorrect quotes
    //return apply_filters( ‘get_the_mediatags’, get_the_terms( $id, MEDIA_TAGS_TAXONOMY ) );
    return apply_filters( 'get_the_mediatags', get_the_terms( $id, MEDIA_TAGS_TAXONOMY ) );
    }

    http://wordpress.org/extend/plugins/media-tags/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Media Tags] mediatags_template_functions.php fix’ is closed to new replies.