1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-29 01:43:16 +03:00

Update $plugin_slug comment

The boilerplate uses the variable name when internationalizing strings, where the comment on $plugin_slug says to do the opposite.
This commit is contained in:
Barry Ceelen 2013-10-04 23:23:01 +02:00
parent 2053eca643
commit 96e91f5e05

View file

@ -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
*