From 4e2a2564a81da65d1cb45a1238020a24a62c2979 Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Thu, 9 May 2013 22:16:21 -0400 Subject: [PATCH] changing 'directives' to 'tags' --- plugin-boilerplate/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-boilerplate/plugin.php b/plugin-boilerplate/plugin.php index cee1d14..389d7fa 100644 --- a/plugin-boilerplate/plugin.php +++ b/plugin-boilerplate/plugin.php @@ -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