Editor: fix typos in templates info.

Fixes two small typos in `wp-includes/block-template-utils.php`.

Props SergeyBiryukov.
Fixes #58713.


Built from https://develop.svn.wordpress.org/trunk@56230


git-svn-id: http://core.svn.wordpress.org/trunk@55742 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
isabel_brison
2023-07-14 05:18:22 +00:00
parent f29e4144fa
commit fc6f16bd57
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-beta4-56229';
$wp_version = '6.3-beta4-56230';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.