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:
ryan 2008-10-17 22:49:16 +00:00
parent d8e2a4972e
commit 0cb6fbfbc8
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>