From 8e1deb921cbe999831702efe939769f0bc16e090 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 7 Oct 2024 17:48:20 +0000 Subject: [PATCH] Docs: Fix typo in a comment in `WP_Customize_Control::render_control()`. Follow-up to [38906]. Props nithins53, nithi22, mukesh27, jdahir0789. Fixes #62186. Built from https://develop.svn.wordpress.org/trunk@59190 git-svn-id: http://core.svn.wordpress.org/trunk@58585 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-control.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index 596c6e3723..048c2afaf0 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/wp-includes/class-wp-customize-control.php @@ -608,7 +608,7 @@ class WP_Customize_Control { $dropdown = str_replace( 'get_link() . ' id="' . esc_attr( $input_id ) . '" ' . $describedby_attr, $dropdown ); /* - * Even more hacikly add auto-draft page stubs. + * Even more hackily add auto-draft page stubs. * @todo Eventually this should be removed in favor of the pages being injected into the underlying get_pages() call. * See . */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 4722082908..e947c09232 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta1-59189'; +$wp_version = '6.7-beta1-59190'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.