Changeset 4094

Show
Ignore:
Timestamp:
08/14/06 22:21:22 (2 years ago)
Author:
ryan
Message:

Add some spacing

Files:

Legend:

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

    r4088 r4094  
    154154 
    155155 
    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" />  
    157160<?php  
    158161if ('publish' != $post->post_status || 0 == $post_ID) {