mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Nomenclature changes. see #3945
git-svn-id: https://develop.svn.wordpress.org/trunk@5583 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -7,7 +7,6 @@ require_once('admin-header.php');
|
||||
|
||||
$post_stati = array( // array( adj, noun )
|
||||
'draft' => array(__('Draft'), __('Draft pages')),
|
||||
'future' => array(__('Future dated'), __('Future dated pages')),
|
||||
'private' => array(__('Private'), __('Private 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>
|
||||
</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>
|
||||
|
||||
<br style="clear:both;" />
|
||||
|
||||
Reference in New Issue
Block a user