Changeset 7750
- Timestamp:
- 04/20/08 06:48:00 (7 months ago)
- Files:
-
- trunk/wp-admin/edit-page-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/edit-page-form.php
r7740 r7750 73 73 <p> 74 74 <select name='post_status' tabindex='4'> 75 <?php if ( current_user_can('publish_p osts') ) : ?>75 <?php if ( current_user_can('publish_pages') ) : ?> 76 76 <option<?php selected( $post->post_status, 'publish' ); selected( $post->post_status, 'private' );?> value='publish'><?php _e('Published') ?></option> 77 77 <?php else: ?>
