Try out stick checkbox in Status section of Quick Edit. Props ShaneF. fixes #7902
git-svn-id: https://develop.svn.wordpress.org/trunk@9238 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
38b13c6fae
commit
ae1f69a07c
|
@ -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