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:
parent
a1bd872c12
commit
c0dc2960e4
|
@ -154,7 +154,7 @@ function wp_default_script_modules() {
|
|||
switch ( $script_module_id ) {
|
||||
/*
|
||||
* Interactivity exposes two entrypoints, "/index" and "/debug".
|
||||
* "/debug" should replalce "/index" in devlopment.
|
||||
* "/debug" should replace "/index" in development.
|
||||
*/
|
||||
case '@wordpress/interactivity/debug':
|
||||
if ( ! SCRIPT_DEBUG ) {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue