diff --git a/core/modules/ckeditor/js/plugins/drupallink/plugin.js b/core/modules/ckeditor/js/plugins/drupallink/plugin.js index ed07dbc..edef908 100644 --- a/core/modules/ckeditor/js/plugins/drupallink/plugin.js +++ b/core/modules/ckeditor/js/plugins/drupallink/plugin.js @@ -18,7 +18,7 @@ for (var attrIndex = 0; attrIndex < domElement.attributes.length; attrIndex++) { attribute = domElement.attributes.item(attrIndex); attributeName = attribute.nodeName.toLowerCase(); - // Ignore data-cke-* attributes; they're CKEditor Widget internals. + // Ignore data-cke-* attributes; they're CKEditor internals. if (attributeName.indexOf('data-cke-') === 0) { continue; }