From ef28c5a35198071c729ddba9b3ca1099120bc50f Mon Sep 17 00:00:00 2001 From: Tom McFarlin Date: Mon, 18 Aug 2014 17:08:36 -0400 Subject: [PATCH] Updating the docblock --- plugin-name/trunk/includes/class-plugin-name-loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-name/trunk/includes/class-plugin-name-loader.php b/plugin-name/trunk/includes/class-plugin-name-loader.php index 06a9f0e..16398d1 100644 --- a/plugin-name/trunk/includes/class-plugin-name-loader.php +++ b/plugin-name/trunk/includes/class-plugin-name-loader.php @@ -11,7 +11,7 @@ */ /** - * Register all actions and filters. + * Register all actions and filters for the plugin. * * Maintain a list of all hooks that are registered throughout * the plugin, and register them with the WordPress API. Call the