From 369d0240ce9b0889dbde303f6da928899bf2f8b2 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Tue, 7 May 2013 22:46:52 -0400 Subject: [PATCH] updating some of the grammar --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b027ba2..987beb3 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,15 @@ The WordPress Plugin Boilerplate includes the following files: 1. Copy the `plugin-boilerplate` directory into your `wp-content/plugins` directory -2. Navigate to the "Plugins" dashboard page -3. Locate the menu item that reads "TODO" -4. Click on "Activate" +2. Navigate to the *Plugins* dashboard page +3. Locate the menu item that reads *TODO* +4. Click on *Activate* This will activate the WordPress Plugin Boilerplate. Because the Boilerplate has no real functionality, nothing will be added to WordPress; however, this demonstrates exactly how your plugin should behave as you're working with it. If you opt to uncomment Line 77 which contains the following line: - `add_action( 'admin_menu', array( $this, 'plugin_admin_menu' ) );` +`add_action( 'admin_menu', array( $this, 'plugin_admin_menu' ) );` Then a new menu item will be added to the *Plugins* menu. @@ -73,4 +73,4 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## Author Information -The WordPress Plugin Boilerplate was originally started and is maintained by [Tom McFarlin](http://twitter.com/tommcfarlin/), but is constantly under development thanks to the contributions from the many WordPress developers throughout the world. \ No newline at end of file +The WordPress Plugin Boilerplate was originally started and is maintained by [Tom McFarlin](http://twitter.com/tommcfarlin/), but is constantly under development thanks to the contributions from the many WordPress developers throughout the world.