mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 03:56:07 +00:00
Nomenclature changes. see #3945
git-svn-id: http://svn.automattic.com/wordpress/trunk@5583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
957cd7955b
commit
283458e631
@ -7,7 +7,6 @@ require_once('admin-header.php');
|
|||||||
|
|
||||||
$post_stati = array( // array( adj, noun )
|
$post_stati = array( // array( adj, noun )
|
||||||
'draft' => array(__('Draft'), __('Draft pages')),
|
'draft' => array(__('Draft'), __('Draft pages')),
|
||||||
'future' => array(__('Future dated'), __('Future dated pages')),
|
|
||||||
'private' => array(__('Private'), __('Private pages')),
|
'private' => array(__('Private'), __('Private pages')),
|
||||||
'publish' => array(__('Published'), __('Published pages'))
|
'publish' => array(__('Published'), __('Published pages'))
|
||||||
);
|
);
|
||||||
@ -51,7 +50,7 @@ printf( _c( '%1$s%2$s|manage pages header' ), $post_status_label, $h2_search );
|
|||||||
</select>
|
</select>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<input type="submit" id="post-query-submit" value="<?php _e('Go »'); ?>" class="button" />
|
<input type="submit" id="post-query-submit" value="<?php _e('Filter »'); ?>" class="button" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<br style="clear:both;" />
|
<br style="clear:both;" />
|
||||||
|
@ -10,7 +10,7 @@ $_GET['m'] = (int) $_GET['m'];
|
|||||||
$_GET['cat'] = (int) $_GET['cat'];
|
$_GET['cat'] = (int) $_GET['cat'];
|
||||||
$post_stati = array( // array( adj, noun )
|
$post_stati = array( // array( adj, noun )
|
||||||
'draft' => array(__('Draft'), _c('Drafts|manage posts header')),
|
'draft' => array(__('Draft'), _c('Drafts|manage posts header')),
|
||||||
'future' => array(__('Future dated'), __('Future dated posts')),
|
'future' => array(__('Scheduled'), __('Scheduled posts')),
|
||||||
'private' => array(__('Private'), __('Private posts')),
|
'private' => array(__('Private'), __('Private posts')),
|
||||||
'publish' => array(__('Published'), __('Published posts'))
|
'publish' => array(__('Published'), __('Published posts'))
|
||||||
);
|
);
|
||||||
@ -124,7 +124,7 @@ if ( $month_count && !( 1 == $month_count && 0 == $arc_result[0]->mmonth ) ) { ?
|
|||||||
<fieldset><legend><?php _e('Category…') ?></legend>
|
<fieldset><legend><?php _e('Category…') ?></legend>
|
||||||
<?php wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?>
|
<?php wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<input type="submit" id="post-query-submit" value="<?php _e('Go »'); ?>" class="button" />
|
<input type="submit" id="post-query-submit" value="<?php _e('Filter »'); ?>" class="button" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<br style="clear:both;" />
|
<br style="clear:both;" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user