Changeset 7751
- Timestamp:
- 04/20/2008 06:48:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-admin/edit-page-form.php
r7529 r7751 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: ?>
Note: See TracChangeset
for help on using the changeset viewer.