1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-04 04:13:15 +03:00

Merge pull request #51 from grappler/master

Replace text-domain with Variable and update pot
This commit is contained in:
Tom McFarlin 2013-05-17 04:29:36 -07:00
commit 4b05ac70b9
2 changed files with 4 additions and 12 deletions

View file

@ -211,8 +211,8 @@ class PluginName {
* Change 'plugin-name' to the name of your plugin * Change 'plugin-name' to the name of your plugin
*/ */
$this->plugin_screen_hook_suffix = add_plugins_page( $this->plugin_screen_hook_suffix = add_plugins_page(
__('Page Title', 'plugin-name'), __( 'Page Title', $plugin_slug ),
__('Menu Text', 'plugin-name'), __( 'Menu Text', $plugin_slug ),
'read', 'read',
$this->plugin_slug, $this->plugin_slug,
array( $this, 'display_plugin_admin_page' ) array( $this, 'display_plugin_admin_page' )

View file

@ -18,18 +18,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Poedit-SearchPath-0: .\n" "X-Poedit-SearchPath-0: .\n"
#: plugin-name.php:273 #: class-plugin-name.php:214
msgid "Page Title" msgid "Page Title"
msgstr "" msgstr ""
#: plugin-name.php:274 #: class-plugin-name.php:215
msgid "Menu Text" msgid "Menu Text"
msgstr ""
#: plugin-name.php:275
msgid "read"
msgstr ""
#: plugin-name.php:276
msgid "plugin-name"
msgstr "" msgstr ""