1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-26 00:21:04 +03:00
This commit is contained in:
Tom McFarlin 2014-09-01 09:46:44 -04:00
commit 39275f0cbf
2 changed files with 3 additions and 3 deletions

View file

@ -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.
Please review the [ChangeLog](https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/blob/develop/ChangeLog.md) for more information.

View file

@ -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.