From b14d7a814923369d0290a0f5a771a41f85bedd90 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Wed, 12 Jan 2022 23:45:01 +0000 Subject: [PATCH] Administration: Fix an erroneous translators comment after changeset [52569]. This change also fixes the indentation of the translators comment. Fixes #54798. Built from https://develop.svn.wordpress.org/trunk@52571 git-svn-id: http://core.svn.wordpress.org/trunk@52161 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/plugin.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/plugin.php b/wp-admin/includes/plugin.php index bf2bc8a5ec..3850b41f3d 100644 --- a/wp-admin/includes/plugin.php +++ b/wp-admin/includes/plugin.php @@ -1333,7 +1333,7 @@ function add_menu_page( $page_title, $menu_title, $capability, $menu_slug, $func _doing_it_wrong( __FUNCTION__, sprintf( - /* translators: %s: add_submenu_page() */ + /* translators: %s: add_menu_page() */ __( 'The seventh parameter passed to %s should be an integer representing menu position.' ), 'add_menu_page()' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 991ab39651..7a2a3a6136 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52570'; +$wp_version = '6.0-alpha-52571'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.