diff --git a/plugin-name/trunk/admin/js/plugin-name-admin.js b/plugin-name/trunk/admin/js/plugin-name-admin.js index f87f8ec..2633d7c 100644 --- a/plugin-name/trunk/admin/js/plugin-name-admin.js +++ b/plugin-name/trunk/admin/js/plugin-name-admin.js @@ -5,7 +5,7 @@ * All of the code for your Dashboard-specific JavaScript source * should reside in this file. * - * Note that this assume you're going to user jQuery, so it prepares + * Note that this assume you're going to use jQuery, so it prepares * the $ function reference to be used within the scope of this * function. * @@ -16,7 +16,7 @@ * * }); * - * Or when the window is completely ready: + * Or when the window is loaded: * * $( window ).load(function() { * @@ -24,7 +24,7 @@ * * ...and so on. * - * Remember that ideally, we should not attach anymore than a single DOM-ready or window-load handler + * Remember that ideally, we should not attach any more than a single DOM-ready or window-load handler * for any particular page. Though other scripts in WordPress core, other plugins, and other themes may * be doing this, we should try to minimize doing that in our own work. */ diff --git a/plugin-name/trunk/includes/class-plugin-name-activator.php b/plugin-name/trunk/includes/class-plugin-name-activator.php index 3881f50..475b78d 100644 --- a/plugin-name/trunk/includes/class-plugin-name-activator.php +++ b/plugin-name/trunk/includes/class-plugin-name-activator.php @@ -1,9 +1,7 @@