Code standards: Drop a newline in the customizer to comply with WordPress Coding Standards

Extends [47763] and #46829.

Built from https://develop.svn.wordpress.org/trunk@47764


git-svn-id: http://core.svn.wordpress.org/trunk@47540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
whyisjake 2020-05-05 22:00:09 +00:00
parent 7a48040e13
commit 62f6909480
2 changed files with 1 additions and 2 deletions

View File

@ -188,7 +188,6 @@ final class WP_Customize_Nav_Menus {
$suppress_page_ids[] = $privacy_policy_page->ID;
}
}
} elseif ( 'post' !== $object && 0 === $page && $post_type->has_archive ) {
// Add a post type archive link.
$items[] = array(

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-47763';
$wp_version = '5.5-alpha-47764';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.