Changeset 9518 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 11/04/2008 11:15:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r9506 r9518 236 236 <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> 237 237 <div id="tagchecklist"></div> 238 <p ><a href='#'><?php _e( 'Choose fromtags' ); ?></a></p>238 <p id="tagcloud-link" class="hide-if-no-js"><a href='#'><?php _e( 'Choose from the most popular tags' ); ?></a></p> 239 239 <?php 240 240 }
Note: See TracChangeset
for help on using the changeset viewer.