Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/category-template.php

    r17444 r18268  
    8383    }
    8484
    85     // Filter name is plural because we return alot of categories not just one
     85    // Filter name is plural because we return alot of categories (possibly more than #13237) not just one
    8686    return apply_filters( 'get_the_categories', $categories );
    8787}
     
    10651065 * Retrieve the terms of the taxonomy that are attached to the post.
    10661066 *
    1067  * This function can only be used within the loop.
    1068  *
    10691067 * @since 2.5.0
    10701068 *
Note: See TracChangeset for help on using the changeset viewer.