Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
moorscode committed Aug 30, 2017
1 parent 9dd9cc7 commit 70acb46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ $i18n_module = new Yoast_I18n_WordPressOrg_v2(
'textdomain' => '{your text domain}',
'plugin_name' => '{your plugin name}',
'hook' => '{hook to display the message on - not used in this example}',
), false
),
false
);

$message = $i18n_module->get_promo_message();
Expand Down

0 comments on commit 70acb46

Please sign in to comment.