mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
Merge branch 'develop' of https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate into develop
This commit is contained in:
commit
39275f0cbf
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue