[wp-trac] [WordPress Trac] #5062: Adding Tags to Pages

WordPress Trac wp-trac at lists.automattic.com
Mon Sep 24 01:59:49 GMT 2007


#5062: Adding Tags to Pages
----------------------------+-----------------------------------------------
 Reporter:  thee17          |       Owner:  anonymous
     Type:  defect          |      Status:  new      
 Priority:  low             |   Milestone:  2.4      
Component:  Administration  |     Version:  2.3      
 Severity:  trivial         |    Keywords:           
----------------------------+-----------------------------------------------
 On Line 152 of page wp-admin/edit-page-form.php if you add


 {{{
 <fieldset id="tagdiv">
         <legend><?php _e('Tags (separate multiple tags with commas: cats,
 pet food, dogs)'); ?></legend>
         <div><input type="text" name="tags_input" class="tags-input" id
 ="tags-input" size="30" tabindex="3" value="<?php echo get_tags_to_edit(
 $post_ID ); ?>" /></div>
 </fieldset>
 }}}

 Then you can add tagging to pages, as this problem was discribed on the
 wp-testers mailing list on Sept 23rd

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5062>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list