Try out stick checkbox in Status section of Quick Edit. Props ShaneF. fixes #7902
git-svn-id: http://svn.automattic.com/wordpress/trunk@9238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d8e2a4972e
commit
0cb6fbfbc8
|
@ -956,6 +956,10 @@ function inline_edit_row( $type ) {
|
|||
<option value="pending"><?php _e('Pending Review') ?></option>
|
||||
<option value="draft"><?php _e('Unpublished') ?></option>
|
||||
</select>
|
||||
<?php if ( !$is_page ) { ?>
|
||||
<label title="<?php _e('Sticky') ?>">
|
||||
<input type="checkbox" name="sticky" value="sticky" /> <?php _e('Sticky') ?></label>
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue