Remove blank line from edit-page-form.php, props vladimir_kolesnikov, see #8335
git-svn-id: http://svn.automattic.com/wordpress/trunk@10091 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c647bdc9bb
commit
49a667aa09
|
@ -47,9 +47,7 @@ if ( 0 == $post_ID) {
|
|||
|
||||
$temp_ID = (int) $temp_ID;
|
||||
$user_ID = (int) $user_ID;
|
||||
?>
|
||||
|
||||
<?php
|
||||
/**
|
||||
* Display submit form fields.
|
||||
*
|
||||
|
@ -370,7 +368,6 @@ if ( $authors && count( $authors ) > 1 ) {
|
|||
add_meta_box('pageauthordiv', __('Page Author'), 'page_author_meta_box', 'page', 'normal', 'core');
|
||||
}
|
||||
|
||||
|
||||
if ( 0 < $post_ID && wp_get_post_revisions( $post_ID ) ) :
|
||||
/**
|
||||
* Display list of page revisions.
|
||||
|
|
Loading…
Reference in New Issue