Make WordPress Core


Ignore:
Timestamp:
05/08/2004 01:15:03 AM (22 years ago)
Author:
saxmatt
Message:

Hot buttons!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r1236 r1240  
    152152
    153153
    154 <p><?php echo $saveasdraft; ?> <input type="submit" name="submit" value="<?php _e('Save') ?>" style="font-weight: bold;" tabindex="6" />
     154<p class="submit"><?php echo $saveasdraft; ?> <input type="submit" name="submit" value="<?php _e('Save') ?>" style="font-weight: bold;" tabindex="6" />
    155155<?php
    156156if ('publish' != $post_status || 0 == $post_ID) {
Note: See TracChangeset for help on using the changeset viewer.