Changeset 5700 for trunk/wp-admin/includes/template.php
- Timestamp:
- 06/14/2007 02:25:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r5692 r5700 150 150 151 151 $categories = get_terms('link_category', 'orderby=count&hide_empty=0'); 152 152 153 153 if ( empty($categories) ) 154 154 return; … … 422 422 if ( $for_post ) 423 423 $edit = ( ('draft' == $post->post_status ) && (!$post->post_date || '0000-00-00 00:00:00' == $post->post_date ) ) ? false : true; 424 424 425 425 echo '<fieldset><legend><input type="checkbox" class="checkbox" name="edit_date" value="1" id="timestamp" /> <label for="timestamp">'.__( 'Edit timestamp' ).'</label></legend>'; 426 426
Note: See TracChangeset
for help on using the changeset viewer.