Change Leagues (sp_league) to Seasons (sp_season)

This commit is contained in:
Brian Miyaji
2014-01-04 19:55:58 +11:00
parent 6cf7e5b77e
commit 997226195d
13 changed files with 123 additions and 51 deletions

View File

@@ -32,7 +32,8 @@ $sportspress_texts = array(
'Publish <b>immediately</b>' => __( 'Joined', 'sportspress' ) . ': <b>%1$s</b>'
),
'sp_table' => array(
'Enter title here' => ''
'Enter title here' => '',
'Post updated. <a href=\"%s\">View post</a>' => 'test'
)
);