Changeset 3775
- Timestamp:
- 05/17/2006 09:32:16 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-page-form.php
r3759 r3775 62 62 <fieldset class="dbx-box"> 63 63 <h3 class="dbx-handle"><?php _e('Page Status') ?></h3> 64 <div class="dbx-content"><?php if ( current_user_can('publish_p osts') ) : ?>64 <div class="dbx-content"><?php if ( current_user_can('publish_pages') ) : ?> 65 65 <label for="post_status_publish" class="selectit"><input id="post_status_publish" name="post_status" type="radio" value="publish" <?php checked($post->post_status, 'publish'); checked($post->post_status, 'future'); ?> /> <?php _e('Published') ?></label> 66 66 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.