Changeset 5150 for trunk/wp-includes/category-template.php
- Timestamp:
- 03/31/2007 09:19:32 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r5149 r5150 43 43 function get_tag_link( $tag_id ) { 44 44 global $wp_rewrite; 45 $catlink = $wp_rewrite->get_ category_permastruct();45 $catlink = $wp_rewrite->get_tag_permastruct(); 46 46 47 47 $category = &get_category($tag_id);
Note: See TracChangeset
for help on using the changeset viewer.