Make WordPress Core


Ignore:
Timestamp:
02/11/2009 11:41:29 PM (15 years ago)
Author:
ryan
Message:

Add taxonomy argument to wp_tag_cloud()

File:
1 edited

Legend:

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

    r10525 r10554  
    576576 */
    577577function get_edit_tag_link( $tag_id = 0, $taxonomy = 'post_tag' ) {
    578     $tag = get_term($tag_id, 'post_tag');
     578    $tag = get_term($tag_id, $taxonomy);
    579579
    580580    if ( !current_user_can('manage_categories') )
Note: See TracChangeset for help on using the changeset viewer.