From 34b9af6efd0557b8e7d64922d92750d0426f478d Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Thu, 28 Jan 2016 06:14:25 +0000 Subject: [PATCH] Menus: Remove a redundant and unused `0` parameter from the `Delete Menu` link on the nav menus admin screen. Fixes #35641. Built from https://develop.svn.wordpress.org/trunk@36419 git-svn-id: http://core.svn.wordpress.org/trunk@36386 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/nav-menus.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index 89aa6d8edb..30aece33f4 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -825,7 +825,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
- +
diff --git a/wp-includes/version.php b/wp-includes/version.php index bd0e00fc43..f13f6edce2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36418'; +$wp_version = '4.5-alpha-36419'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.