Update module settings

This commit is contained in:
Brian Miyaji
2015-02-03 09:21:14 +11:00
parent eca5effe16
commit f429ed6086
2 changed files with 12 additions and 8 deletions

View File

@@ -63,7 +63,11 @@ class SP_Modules {
'class' => 'SportsPress_Birthdays',
'action' => __( 'Review on WP.org', 'sportspress' ),
'link' => 'http://tboy.co/review',
'tip' => __( 'Post your ★★★★★ review on WordPress.org and get the Birthdays module for free.', 'sportspress' ),
'tip' => str_replace(
array( '[stars]', '[link]', '[/link]' ),
array( '★★★★★', '', '' ),
__( 'Add your [stars] on [link]wordpress.org[/link] and get the Birthdays module for free.','sportspress' )
),
'icon' => 'sp-icon-cake',
),
),