From f9abbced9124d09b9bef6ae34b2e120e93290c2a Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 7 Nov 2012 08:57:49 +0000 Subject: [PATCH] Use correct variable name in code comment. props SergeyBiryukov, fixes #21962. git-svn-id: https://develop.svn.wordpress.org/trunk@22416 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/class-wp-editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index d80a7f8a8b..f7c4cd118d 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -437,7 +437,7 @@ final class _WP_Editors { $mceInit = array_merge($mceInit, $set['tinymce']); // For people who really REALLY know what they're doing with TinyMCE - // You can modify initArray to add, remove, change elements of the config before tinyMCE.init + // You can modify $mceInit to add, remove, change elements of the config before tinyMCE.init // Setting "valid_elements", "invalid_elements" and "extended_valid_elements" can be done through this filter. // Best is to use the default cleanup by not specifying valid_elements, as TinyMCE contains full set of XHTML 1.0. if ( $set['teeny'] ) {