Make WordPress Core


Ignore:
Timestamp:
11/04/2008 11:15:59 PM (16 years ago)
Author:
azaozz
Message:

Add "Choose from popular tags" to the tags postbox

File:
1 edited

Legend:

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

    r9475 r9518  
    665665    foreach ( $tags as $key => $tag ) {
    666666        $count = $counts[ $key ];
    667         $tag_link = clean_url( $tag->link );
     667        $tag_link = '#' != $tag->link ? clean_url( $tag->link ) : '#';
    668668        $tag_id = isset($tags[ $key ]->id) ? $tags[ $key ]->id : $key;
    669669        $tag_name = $tags[ $key ]->name;
Note: See TracChangeset for help on using the changeset viewer.