Make WordPress Core


Ignore:
Timestamp:
04/01/2007 07:42:06 PM (18 years ago)
Author:
rob1n
Message:

Localize admin tag form and classic theme's tag output. Props nbachiyski. fixes #4031

File:
1 edited

Legend:

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

    r5159 r5168  
    160160<?php echo $form_prevstatus ?>
    161161
    162 <div class="tagdiv"><p>Enter tags (keywords) that you feel describe this post separated by commas: (ex: dogs, san francisco, cats.)<br />
     162<div class="tagdiv"><p><?php _e('Enter tags (keywords) that you feel describe this post separated by commas: (ex: dogs, san francisco, cats.)'); ?><br />
    163163<input type="text" name="tags_input" id="tags_input" size="30" tabindex="3" value="<?php echo get_tags_to_edit( $post_ID ); ?>" />
    164164</p></div>
Note: See TracChangeset for help on using the changeset viewer.