Docs: Fix typos in a comment in `wp_default_script_modules()`.

Follow-up to [59083].

Props shailu25.
Fixes #62213.
Built from https://develop.svn.wordpress.org/trunk@59223


git-svn-id: http://core.svn.wordpress.org/trunk@58615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-10-13 18:49:16 +00:00
parent a1bd872c12
commit c0dc2960e4
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ function wp_default_script_modules() {
switch ( $script_module_id ) { switch ( $script_module_id ) {
/* /*
* Interactivity exposes two entrypoints, "/index" and "/debug". * Interactivity exposes two entrypoints, "/index" and "/debug".
* "/debug" should replalce "/index" in devlopment. * "/debug" should replace "/index" in development.
*/ */
case '@wordpress/interactivity/debug': case '@wordpress/interactivity/debug':
if ( ! SCRIPT_DEBUG ) { if ( ! SCRIPT_DEBUG ) {

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.7-beta2-59222'; $wp_version = '6.7-beta2-59223';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.