From 4d6a0dfa3e970371bc8777864130f67b8bf9627d Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Mon, 18 Aug 2014 17:00:09 -0400 Subject: [PATCH] Finalizing code for beta * Updating DocBlocks * Fixing typos * Adjusting whitespace --- plugin-name/trunk/admin/js/plugin-name-admin.js | 6 +++--- .../includes/class-plugin-name-activator.php | 8 +++----- .../includes/class-plugin-name-deactivator.php | 8 +++----- .../trunk/includes/class-plugin-name-i18n.php | 6 +++--- plugin-name/trunk/includes/class-plugin-name.php | 6 +++--- plugin-name/trunk/public/js/plugin-name-public.js | 6 +++--- plugin-name/trunk/uninstall.php | 15 +++++++++------ 7 files changed, 27 insertions(+), 28 deletions(-) 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 @@