mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Replace multiple single line comments with multi-line comments.
This changeset updates various comments as per WordPress PHP Inline Documentation Standards. See https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#5-inline-comments. Follow-up to [56174], [56175], [56176]. Props costdev, audrasjb. See #58459. git-svn-id: https://develop.svn.wordpress.org/trunk@56177 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -458,8 +458,10 @@ final class _WP_Editors {
|
||||
|
||||
$key = array_search( 'spellchecker', $plugins, true );
|
||||
if ( false !== $key ) {
|
||||
// Remove 'spellchecker' from the internal plugins if added with 'tiny_mce_plugins' filter to prevent errors.
|
||||
// It can be added with 'mce_external_plugins'.
|
||||
/*
|
||||
* Remove 'spellchecker' from the internal plugins if added with 'tiny_mce_plugins' filter to prevent errors.
|
||||
* It can be added with 'mce_external_plugins'.
|
||||
*/
|
||||
unset( $plugins[ $key ] );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user