Forums

Media Tags
mediatags_template_functions.php fix (3 posts)

  1. alx359
    Member
    Posted 11 months ago #

    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/

  2. alx359
    Member
    Posted 11 months ago #

    The page is media-tags\mediatags_template_functions.php

  3. pmenard
    Member
    Posted 10 months ago #

    Wow. Missed that one. Thanks!

Reply

You must log in to post.

About this Plugin

About this Topic

Tags