Skip to content

Commit 19d4eef

Browse files
Docs: Correct @see tag syntax in wp_enqueue_code_editor().
Follow-up to [44121]. Props marian1. Fixes #64524. git-svn-id: https://develop.svn.wordpress.org/trunk@61497 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5040a61 commit 19d4eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/general-template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4015,7 +4015,7 @@ function wp_enqueue_editor() {
40154015
* @since 4.9.0
40164016
*
40174017
* @see wp_enqueue_editor()
4018-
* @see wp_get_code_editor_settings();
4018+
* @see wp_get_code_editor_settings()
40194019
* @see _WP_Editors::parse_settings()
40204020
*
40214021
* @param array $args {

0 commit comments

Comments
 (0)