Add some spacing
git-svn-id: http://svn.automattic.com/wordpress/trunk@4094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3b33ed195d
commit
e36831ae8a
|
@ -153,7 +153,10 @@ endforeach;
|
||||||
<?php echo $form_prevstatus ?>
|
<?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
|
<?php
|
||||||
if ('publish' != $post->post_status || 0 == $post_ID) {
|
if ('publish' != $post->post_status || 0 == $post_ID) {
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue