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.