From ba9093c5cb308994e1b1dbaceedc771eb0dd99ef Mon Sep 17 00:00:00 2001 From: Dave Mackey Date: Wed, 25 Sep 2019 14:01:52 -0400 Subject: [PATCH 1/2] Update plugin-name.php Changed "Currently plugin version" to "Current plugin version" - very minor change. --- plugin-name/plugin-name.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-name/plugin-name.php b/plugin-name/plugin-name.php index fbd8e6808..a65c26375 100644 --- a/plugin-name/plugin-name.php +++ b/plugin-name/plugin-name.php @@ -31,7 +31,7 @@ } /** - * Currently plugin version. + * Current plugin version. * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ From ccbe65c5be076aa9004036063711c07f93bc2897 Mon Sep 17 00:00:00 2001 From: Dave Mackey Date: Wed, 25 Sep 2019 16:24:52 -0400 Subject: [PATCH 2/2] Update plugin-name.php Removed "then" and preceding comma in docblock for run_plugin_name - then is redundant. --- plugin-name/plugin-name.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-name/plugin-name.php b/plugin-name/plugin-name.php index a65c26375..07531e495 100644 --- a/plugin-name/plugin-name.php +++ b/plugin-name/plugin-name.php @@ -67,8 +67,8 @@ function deactivate_plugin_name() { /** * Begins execution of the plugin. * - * Since everything within the plugin is registered via hooks, - * then kicking off the plugin from this point in the file does + * Since everything within the plugin is registered via hooks + * kicking off the plugin from this point in the file does * not affect the page life cycle. * * @since 1.0.0