Changeset 5583
- Timestamp:
- 05/28/2007 10:31:31 PM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r5582 r5583 8 8 $post_stati = array( // array( adj, noun ) 9 9 'draft' => array(__('Draft'), __('Draft pages')), 10 'future' => array(__('Future dated'), __('Future dated pages')),11 10 'private' => array(__('Private'), __('Private pages')), 12 11 'publish' => array(__('Published'), __('Published pages')) … … 52 51 </fieldset> 53 52 54 <input type="submit" id="post-query-submit" value="<?php _e(' Go»'); ?>" class="button" />53 <input type="submit" id="post-query-submit" value="<?php _e('Filter »'); ?>" class="button" /> 55 54 </form> 56 55 -
trunk/wp-admin/edit.php
r5575 r5583 11 11 $post_stati = array( // array( adj, noun ) 12 12 'draft' => array(__('Draft'), _c('Drafts|manage posts header')), 13 'future' => array(__(' Future dated'), __('Future dated posts')),13 'future' => array(__('Scheduled'), __('Scheduled posts')), 14 14 'private' => array(__('Private'), __('Private posts')), 15 15 'publish' => array(__('Published'), __('Published posts')) … … 125 125 <?php wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?> 126 126 </fieldset> 127 <input type="submit" id="post-query-submit" value="<?php _e(' Go»'); ?>" class="button" />127 <input type="submit" id="post-query-submit" value="<?php _e('Filter »'); ?>" class="button" /> 128 128 </form> 129 129
Note: See TracChangeset
for help on using the changeset viewer.