Ticket #2723: 2723.patch
| File 2723.patch, 943 bytes (added by , 20 years ago) |
|---|
-
wp-admin/edit-page-form.php
61 61 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; ?> 67 67 <label for="post_status_draft" class="selectit"><input id="post_status_draft" name="post_status" type="radio" value="draft" <?php checked($post->post_status, 'draft'); ?> /> <?php _e('Draft') ?></label>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)