Changeset 10554 for trunk/wp-includes/link-template.php
- Timestamp:
- 02/11/2009 11:41:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r10525 r10554 576 576 */ 577 577 function 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); 579 579 580 580 if ( !current_user_can('manage_categories') )
Note: See TracChangeset
for help on using the changeset viewer.