Make WordPress Core

Changeset 22416


Ignore:
Timestamp:
11/07/2012 08:57:49 AM (12 years ago)
Author:
nacin
Message:

Use correct variable name in code comment. props SergeyBiryukov, fixes #21962.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-editor.php

    r22251 r22416  
    438438
    439439            // For people who really REALLY know what they're doing with TinyMCE
    440             // You can modify initArray to add, remove, change elements of the config before tinyMCE.init
     440            // You can modify $mceInit to add, remove, change elements of the config before tinyMCE.init
    441441            // Setting "valid_elements", "invalid_elements" and "extended_valid_elements" can be done through this filter.
    442442            // Best is to use the default cleanup by not specifying valid_elements, as TinyMCE contains full set of XHTML 1.0.
Note: See TracChangeset for help on using the changeset viewer.