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:
Ryan Boren 2008-10-17 22:49:16 +00:00
parent 38b13c6fae
commit ae1f69a07c
1 changed files with 4 additions and 0 deletions

View File

@ -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>