Changeset 5168 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 04/01/2007 07:42:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r5159 r5168 160 160 <?php echo $form_prevstatus ?> 161 161 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 /> 163 163 <input type="text" name="tags_input" id="tags_input" size="30" tabindex="3" value="<?php echo get_tags_to_edit( $post_ID ); ?>" /> 164 164 </p></div>
Note: See TracChangeset
for help on using the changeset viewer.