Changeset 3101
- Timestamp:
- 11/16/2005 02:17:26 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r3015 r3101 196 196 <p class="submit"><?php echo $saveasdraft; ?> <input type="submit" name="submit" value="<?php _e('Save') ?>" style="font-weight: bold;" tabindex="4" /> 197 197 <?php 198 if ('publish' != $post _status || 0 == $post_ID) {198 if ('publish' != $post->post_status || 0 == $post_ID) { 199 199 ?> 200 200 <?php if ( current_user_can('publish_posts') ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.