Use correct variable name in code comment. props SergeyBiryukov, fixes #21962.
git-svn-id: http://core.svn.wordpress.org/trunk@22416 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9329d742cb
commit
17a387ccb8
|
@ -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'] ) {
|
||||
|
|
Loading…
Reference in New Issue