Changeset 11383 for trunk/wp-includes/category-template.php
- Timestamp:
- 05/18/2009 04:00:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r11324 r11383 660 660 foreach ( $tags as $key => $tag ) { 661 661 $count = $counts[ $key ]; 662 $tag_link = '#' != $tag->link ? clean_url( $tag->link ) : '#';662 $tag_link = '#' != $tag->link ? esc_url( $tag->link ) : '#'; 663 663 $tag_id = isset($tags[ $key ]->id) ? $tags[ $key ]->id : $key; 664 664 $tag_name = $tags[ $key ]->name;
Note: See TracChangeset
for help on using the changeset viewer.