From 997f8b992192dc915859d53812137ac4f7069678 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 23 Jan 2022 09:03:05 +0000 Subject: [PATCH] Coding Standards: Use a more appropriate variable name in `link_advanced_meta_box()`. Follow-up to [45667]. Props mkox, SergeyBiryukov. Fixes #54856. Built from https://develop.svn.wordpress.org/trunk@52620 git-svn-id: http://core.svn.wordpress.org/trunk@52208 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/meta-boxes.php | 8 ++++---- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index 663bce049c..6a4fc17d2f 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -1364,12 +1364,12 @@ function link_advanced_meta_box( $link ) {   diff --git a/wp-includes/version.php b/wp-includes/version.php index d17d6ced31..5e5778d61a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52618'; +$wp_version = '6.0-alpha-52620'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.