From 96e91f5e05e21ee5dfe98853e7c5ff90866c70ca Mon Sep 17 00:00:00 2001 From: Barry Ceelen Date: Fri, 4 Oct 2013 23:23:01 +0200 Subject: [PATCH] Update $plugin_slug comment The boilerplate uses the variable name when internationalizing strings, where the comment on $plugin_slug says to do the opposite. --- plugin-name/class-plugin-name.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin-name/class-plugin-name.php b/plugin-name/class-plugin-name.php index bef11bd..4e98378 100644 --- a/plugin-name/class-plugin-name.php +++ b/plugin-name/class-plugin-name.php @@ -31,8 +31,8 @@ class Plugin_Name { /** * Unique identifier for your plugin. * - * Use this value (not the variable name) as the text domain when internationalizing strings of text. It should - * match the Text Domain file header in the main plugin file. + * The variable name is used as the text domain when internationalizing strings of text. + * Its value should match the Text Domain file header in the main plugin file. * * @since 1.0.0 *