Skip to content

Commit

Permalink
updated example.php to reflect new string "success"
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgriffin committed Oct 12, 2011
1 parent 65af895 commit b72154e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tgm-plugin-activation/example.php
Expand Up @@ -53,7 +53,7 @@ function my_theme_register_required_plugins() {
'name' => 'Edit Howdy',
'slug' => 'edit-howdy',
'required' => false
),
)
);

/** Change this to your theme text domain, used for internationalising strings */
Expand Down Expand Up @@ -84,7 +84,8 @@ function my_theme_register_required_plugins() {
/*'notice_can_activate' => __( 'This theme requires the %1$s plugin. That plugin is currently inactive, so please go to the <a href="%2$s">plugin administration page</a> to activate it.', $theme_text_domain ), // %1$s = plugin name, %2$s = plugins page URL */
/*'notice_cannot_activate' => __( 'Sorry, but you do not have the correct permissions to activate the %s plugin. Contact the administrator of this site for help on getting the plugin activated.', $theme_text_domain ), // %1$s = plugin name */
/*'return' => __( 'Return to Required Plugins Installer', $theme_text_domain ), // */
),
/*'success' => __( 'Plugin activated successfully.', $theme_text_domain ) // */
)
);

tgmpa( $plugins, $config );
Expand Down

0 comments on commit b72154e

Please sign in to comment.