Make WordPress Core


Ignore:
Timestamp:
10/17/2008 10:49:16 PM (16 years ago)
Author:
ryan
Message:

Try out stick checkbox in Status section of Quick Edit. Props ShaneF. fixes #7902

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r9237 r9238  
    957957                        <option value="draft"><?php _e('Unpublished') ?></option>
    958958                    </select>
     959                    <?php if ( !$is_page ) { ?>
     960                    <label title="<?php _e('Sticky') ?>">
     961                    <input type="checkbox" name="sticky" value="sticky" /> <?php _e('Sticky') ?></label>
     962                    <?php } ?> 
    959963                    </div>
    960964                </div>
Note: See TracChangeset for help on using the changeset viewer.