Use shortlinks
This commit is contained in:
@@ -37,7 +37,7 @@ class SP_Modules {
|
||||
'class' => 'SportsPress_Tournaments',
|
||||
'tip' => __( 'Upgrade to Pro', 'sportspress' ),
|
||||
'icon' => 'sp-icon-tournament',
|
||||
'link' => 'test',
|
||||
'link' => 'http://tboy.co/tournaments',
|
||||
),
|
||||
),
|
||||
'team' => array(
|
||||
@@ -50,7 +50,7 @@ class SP_Modules {
|
||||
'class' => 'SportsPress_Team_Colors',
|
||||
'tip' => __( 'Upgrade to Pro', 'sportspress' ),
|
||||
'icon' => 'sp-icon-color',
|
||||
'link' => 'test',
|
||||
'link' => 'http://tboy.co/colors',
|
||||
),
|
||||
),
|
||||
'player' => array(
|
||||
@@ -62,7 +62,7 @@ class SP_Modules {
|
||||
'label' => __( 'Birthdays', 'sportspress' ),
|
||||
'class' => 'SportsPress_Birthdays',
|
||||
'action' => __( 'Review on WP.org', 'sportspress' ),
|
||||
'link' => 'http://wordpress.org/support/view/plugin-reviews/sportspress#postform',
|
||||
'link' => 'http://tboy.co/review',
|
||||
'tip' => __( 'Post your ★★★★★ review on WordPress.org and get the Birthdays module for free.', 'sportspress' ),
|
||||
'icon' => 'sp-icon-cake',
|
||||
),
|
||||
@@ -73,6 +73,7 @@ class SP_Modules {
|
||||
'class' => 'SportsPress_Staff_Directories',
|
||||
'tip' => __( 'Upgrade to Pro', 'sportspress' ),
|
||||
'icon' => 'sp-icon-archive',
|
||||
'link' => 'http://tboy.co/directories',
|
||||
),
|
||||
),
|
||||
'other' => array(
|
||||
@@ -89,28 +90,28 @@ class SP_Modules {
|
||||
'class' => 'SportsPress_Branding',
|
||||
'tip' => __( 'Upgrade to Pro', 'sportspress' ),
|
||||
'icon' => 'sp-icon-sportspress',
|
||||
'link' => 'test',
|
||||
'link' => 'http://tboy.co/branding',
|
||||
),
|
||||
'league_menu' => array(
|
||||
'label' => __( 'League Menu', 'sportspress' ),
|
||||
'class' => 'SportsPress_League_Menu',
|
||||
'tip' => __( 'Upgrade to Pro', 'sportspress' ),
|
||||
'icon' => 'sp-icon-menu',
|
||||
'link' => 'test',
|
||||
'link' => 'http://tboy.co/menu',
|
||||
),
|
||||
'sponsors' => array(
|
||||
'label' => __( 'Sponsors', 'sportspress' ),
|
||||
'class' => 'SportsPress_Sponsors',
|
||||
'tip' => __( 'Upgrade to Pro', 'sportspress' ),
|
||||
'icon' => 'sp-icon-megaphone',
|
||||
'link' => 'test',
|
||||
'link' => 'http://tboy.co/sponsors',
|
||||
),
|
||||
'multisite' => array(
|
||||
'label' => __( 'Multisite', 'sportspress' ),
|
||||
'class' => 'SportsPress_Multisite',
|
||||
'tip' => __( 'Upgrade to Pro', 'sportspress' ),
|
||||
'icon' => 'sp-icon-globe',
|
||||
'link' => 'test',
|
||||
'link' => 'http://tboy.co/multisite',
|
||||
),
|
||||
),
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user