Make WordPress Core


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

Add taxonomy argument to wp_tag_cloud()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r10348 r10554  
    245245<?php
    246246if ( $can_manage )
    247     wp_tag_cloud(array('link' => 'edit'));
     247    wp_tag_cloud(array('taxonomy' => $taxonomy, 'link' => 'edit'));
    248248else
    249     wp_tag_cloud();
     249    wp_tag_cloud(array('taxonomy' => $taxonomy));
    250250?>
    251251</div>
Note: See TracChangeset for help on using the changeset viewer.