Changeset 4094
- Timestamp:
- 08/14/2006 10:21:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r4088 r4094 154 154 155 155 156 <p class="submit"><span id="autosave"></span><?php echo $saveasdraft; ?> <input type="submit" name="submit" value="<?php _e('Save') ?>" style="font-weight: bold;" tabindex="4" /> 156 <p class="submit"> 157 <span id="autosave"></span> 158 <?php echo $saveasdraft; ?> 159 <input type="submit" name="submit" value="<?php _e('Save') ?>" style="font-weight: bold;" tabindex="4" /> 157 160 <?php 158 161 if ('publish' != $post->post_status || 0 == $post_ID) {
Note: See TracChangeset
for help on using the changeset viewer.