mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
changing 'directives' to 'tags'
This commit is contained in:
parent
111c60122d
commit
4e2a2564a8
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ if ( ! defined('PLUGIN_NAME_VERSION' ) ) {
|
|||
* Rename this class to a proper name for your plugin. Give a proper description of
|
||||
* the plugin, it's purpose, and any dependencies it has.
|
||||
*
|
||||
* Use PHPDoc directives if you wish to be able to document the code using a documentation
|
||||
* Use PHPDoc tags if you wish to be able to document the code using a documentation
|
||||
* generator.
|
||||
*
|
||||
* @version 1.0.0
|
||||
|
|
Loading…
Reference in a new issue