diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index c82b97032c..66ddf82e4d 100644 --- a/src/wp-includes/general-template.php +++ b/src/wp-includes/general-template.php @@ -3534,7 +3534,7 @@ function wp_enqueue_editor() { * @type array $codemirror Additional CodeMirror setting overrides. * @type array $csslint CSSLint rule overrides. * @type array $jshint JSHint rule overrides. - * @type array $htmlhint JSHint rule overrides. + * @type array $htmlhint HTMLHint rule overrides. * } * @return array|false Settings for the enqueued code editor, or false if the editor was not enqueued. */ @@ -3625,7 +3625,7 @@ function wp_enqueue_code_editor( $args ) { * @type array $codemirror Additional CodeMirror setting overrides. * @type array $csslint CSSLint rule overrides. * @type array $jshint JSHint rule overrides. - * @type array $htmlhint JSHint rule overrides. + * @type array $htmlhint HTMLHint rule overrides. * } * @return array|false Settings for the code editor. */ @@ -3962,7 +3962,7 @@ function wp_get_code_editor_settings( $args ) { * @type array $codemirror Additional CodeMirror setting overrides. * @type array $csslint CSSLint rule overrides. * @type array $jshint JSHint rule overrides. - * @type array $htmlhint JSHint rule overrides. + * @type array $htmlhint HTMLHint rule overrides. * } */ return apply_filters( 'wp_code_editor_settings', $settings, $args );