Changeset 6834 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 02/14/2008 12:51:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r6829 r6834 147 147 148 148 <p class="submit"> 149 <input type="submit" name="save" value="<?php _e('Save'); ?>" style="font-weight: bold;" tabindex="4" />149 <input type="submit" name="save" id="save-post" value="<?php _e('Save'); ?>" style="font-weight: bold;" tabindex="4" /> 150 150 <?php 151 151 if ( !in_array( $post->post_status, array('publish', 'future') ) || 0 == $post_ID ) {
Note: See TracChangeset
for help on using the changeset viewer.