From 62f69094805b76a0f09719b892bc518c7e690140 Mon Sep 17 00:00:00 2001 From: whyisjake Date: Tue, 5 May 2020 22:00:09 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-customize-nav-menus.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-nav-menus.php b/wp-includes/class-wp-customize-nav-menus.php index 73dd8a466b..7126955751 100644 --- a/wp-includes/class-wp-customize-nav-menus.php +++ b/wp-includes/class-wp-customize-nav-menus.php @@ -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( diff --git a/wp-includes/version.php b/wp-includes/version.php index 677de2887c..3bf0b4e151 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.