Changeset 56177 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 07/09/2023 08:15:03 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r56031 r56177 459 459 $key = array_search( 'spellchecker', $plugins, true ); 460 460 if ( false !== $key ) { 461 // Remove 'spellchecker' from the internal plugins if added with 'tiny_mce_plugins' filter to prevent errors. 462 // It can be added with 'mce_external_plugins'. 461 /* 462 * Remove 'spellchecker' from the internal plugins if added with 'tiny_mce_plugins' filter to prevent errors. 463 * It can be added with 'mce_external_plugins'. 464 */ 463 465 unset( $plugins[ $key ] ); 464 466 }
Note: See TracChangeset
for help on using the changeset viewer.