From b8a357b3369b98d2aba9d76ea47a7eb06d067187 Mon Sep 17 00:00:00 2001 From: Doug Smith Date: Tue, 19 Aug 2014 15:06:09 -0500 Subject: [PATCH 1/2] Fix minor typo in plugin-name.php description text --- plugin-name/trunk/plugin-name.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-name/trunk/plugin-name.php b/plugin-name/trunk/plugin-name.php index d3d640d..dc2b43b 100644 --- a/plugin-name/trunk/plugin-name.php +++ b/plugin-name/trunk/plugin-name.php @@ -3,7 +3,7 @@ /** * The plugin bootstrap file * - * This file is read my WordPress to generate the plugin information in the plugin + * This file is read by WordPress to generate the plugin information in the plugin * Dashboard. This file also includes all of the dependencies used by the plugin, * registers the activation and deactivation functions, and defines a function * this starts the plugin. From 4a092e1a7714026cd99cae0e7d03d64e86fedac3 Mon Sep 17 00:00:00 2001 From: Michael Beil Date: Wed, 20 Aug 2014 17:42:18 -0500 Subject: [PATCH 2/2] Us to use --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 620dad9..453b45c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ This branch is currently for a rewrite of the WordPress Plugin Boilerplate. The branch is currently in beta. -This is experimental code and is not intended for us until it's been merged into the `master` branch. +This is experimental code and is not intended for use until it's been merged into the `master` branch. -Please review the [ChangeLog](https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/blob/develop/ChangeLog.md) for more information. \ No newline at end of file +Please review the [ChangeLog](https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/blob/develop/ChangeLog.md) for more information.