Make WordPress Core

Changeset 8859


Ignore:
Timestamp:
09/11/2008 04:19:19 AM (16 years ago)
Author:
ryan
Message:

Remove privacy checkbox from submitbox. see #7552

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r8784 r8859  
    8989
    9090<?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>
    9291    <?php if ( current_user_can( 'edit_others_posts' ) ) : ?>
    9392        <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.