]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/wplink/editor_plugin_src.js
Wordpress 3.6
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / wplink / editor_plugin_src.js
index 6057f5c90f47e1ead51c4b1a8ebbb32de059fc28..f36e86369b1c86d89bda9337bf87884a48653704 100644 (file)
@@ -2,7 +2,7 @@
        tinymce.create('tinymce.plugins.wpLink', {
                /**
                 * Initializes the plugin, this will be executed after the plugin has been created.
-                * This call is done before the editor instance has finished it's initialization so use the onInit event
+                * This call is done before the editor instance has finished its initialization so use the onInit event
                 * of the editor instance to intercept that event.
                 *
                 * @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.