Make WordPress Core


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

Add "Choose from popular tags" to the tags postbox

File:
1 edited

Legend:

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

    r9506 r9518  
    236236<p id="jaxtag"><label class="hidden" for="newtag"><?php _e('Tags'); ?></label><input type="text" name="tags_input" class="tags-input" id="tags-input" size="40" tabindex="3" value="<?php echo get_tags_to_edit( $post->ID ); ?>" /></p>
    237237<div id="tagchecklist"></div>
    238 <p><a href='#'><?php _e( 'Choose from tags' ); ?></a></p>
     238<p id="tagcloud-link" class="hide-if-no-js"><a href='#'><?php _e( 'Choose from the most popular tags' ); ?></a></p>
    239239<?php
    240240}
Note: See TracChangeset for help on using the changeset viewer.