Changeset 2709 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 07/13/2005 10:26:26 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r2702 r2709 156 156 if ('publish' != $post_status || 0 == $post_ID) { 157 157 ?> 158 <?php if ( user_can_create_post($user_ID) ) : ?>158 <?php if ( current_user_can('publish_posts') ) : ?> 159 159 <input name="publish" type="submit" id="publish" tabindex="10" value="<?php _e('Publish') ?>" /> 160 160 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.