Commit 7b50a83808 for wordpress.org
commit 7b50a8380886e4cd49b535077096ecf3ab4ae131
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date: Sun Jan 18 23:20:35 2026 +0000
Docs: Correct `@see` tag syntax in `wp_enqueue_code_editor()`.
Follow-up to [44121].
Props marian1.
Fixes #64524.
Built from https://develop.svn.wordpress.org/trunk@61497
git-svn-id: http://core.svn.wordpress.org/trunk@60808 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php
index 66d78c7a5b..f5dacf28f7 100644
--- a/wp-includes/general-template.php
+++ b/wp-includes/general-template.php
@@ -4015,7 +4015,7 @@ function wp_enqueue_editor() {
* @since 4.9.0
*
* @see wp_enqueue_editor()
- * @see wp_get_code_editor_settings();
+ * @see wp_get_code_editor_settings()
* @see _WP_Editors::parse_settings()
*
* @param array $args {
diff --git a/wp-includes/version.php b/wp-includes/version.php
index ddf9767930..cf31f19e4f 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61496';
+$wp_version = '7.0-alpha-61497';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.