Changeset 8859
- Timestamp:
- 09/11/2008 04:19:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r8784 r8859 89 89 90 90 <?php if ( current_user_can( 'publish_posts' ) ) : ?> 91 <p id="private-checkbox"><label for="post_status_private" class="selectit"><input id="post_status_private" name="post_status" type="checkbox" value="private" <?php checked($post->post_status, 'private'); ?> tabindex="4" /> <?php _e('Keep this post private') ?></label></p>92 91 <?php if ( current_user_can( 'edit_others_posts' ) ) : ?> 93 92 <p id="sticky-checkbox"><label for="sticky" class="selectit"><input id="sticky" name="sticky" type="checkbox" value="sticky" <?php checked(is_sticky($post->ID), true); ?> tabindex="4" /> <?php _e('Stick this post to the front page') ?></label></p>
Note: See TracChangeset
for help on using the changeset viewer.