mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
Add some spacing
git-svn-id: https://develop.svn.wordpress.org/trunk@4094 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d143a5ac02
commit
c45387d31b
@ -153,7 +153,10 @@ endforeach;
|
||||
<?php echo $form_prevstatus ?>
|
||||
|
||||
|
||||
<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" />
|
||||
<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" />
|
||||
<?php
|
||||
if ('publish' != $post->post_status || 0 == $post_ID) {
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user