Remove blank line from edit-page-form.php, props vladimir_kolesnikov, see #8335
git-svn-id: https://develop.svn.wordpress.org/trunk@10091 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cee6f56637
commit
8022edc83c
@ -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
Block a user