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:
parent
7a48040e13
commit
62f6909480
|
@ -188,7 +188,6 @@ final class WP_Customize_Nav_Menus {
|
||||||
$suppress_page_ids[] = $privacy_policy_page->ID;
|
$suppress_page_ids[] = $privacy_policy_page->ID;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} elseif ( 'post' !== $object && 0 === $page && $post_type->has_archive ) {
|
} elseif ( 'post' !== $object && 0 === $page && $post_type->has_archive ) {
|
||||||
// Add a post type archive link.
|
// Add a post type archive link.
|
||||||
$items[] = array(
|
$items[] = array(
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue