Changeset 47550 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 04/05/2020 03:00:44 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r47219 r47550 460 460 $plugins = array_unique( apply_filters( 'tiny_mce_plugins', $plugins, $editor_id ) ); 461 461 462 $key = array_search( 'spellchecker', $plugins );462 $key = array_search( 'spellchecker', $plugins, true ); 463 463 if ( false !== $key ) { 464 464 // Remove 'spellchecker' from the internal plugins if added with 'tiny_mce_plugins' filter to prevent errors.
Note: See TracChangeset
for help on using the changeset viewer.