Change "Unpublished" to "Draft" in quick edit, props lloydbudd, fixes #9151
git-svn-id: https://develop.svn.wordpress.org/trunk@10582 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
26cf5ed6a8
commit
968a58a0c4
@ -1157,7 +1157,7 @@ function inline_edit_row( $type ) {
|
||||
<?php endif; // $bulk ?>
|
||||
<?php endif; ?>
|
||||
<option value="pending"><?php _e( 'Pending Review' ); ?></option>
|
||||
<option value="draft"><?php _e( 'Unpublished' ); ?></option>
|
||||
<option value="draft"><?php _e( 'Draft' ); ?></option>
|
||||
</select>
|
||||
</label>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user