Change "Unpublished" to "Draft" in quick edit, props lloydbudd, fixes #9151
git-svn-id: http://svn.automattic.com/wordpress/trunk@10582 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
40f655306d
commit
748b4d67a2
|
@ -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