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

Merge pull request #82 from barryceelen/patch-1

Update $plugin_slug comment
This commit is contained in:
Tom McFarlin 2013-10-07 05:18:43 -07:00
commit 0642b96439

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
*