Update text options and review link
This commit is contained in:
@@ -1332,6 +1332,7 @@ function sp_get_text_options() {
|
||||
$strings = apply_filters( 'sportspress_text', array(
|
||||
__( 'Article', 'sportspress' ),
|
||||
__( 'Box Score', 'sportspress' ),
|
||||
__( 'Cancelled', 'sportspress' ),
|
||||
__( 'Career Total', 'sportspress' ),
|
||||
__( 'Competition', 'sportspress' ),
|
||||
__( 'Current Team', 'sportspress' ),
|
||||
@@ -1348,12 +1349,14 @@ function sp_get_text_options() {
|
||||
__( 'Player', 'sportspress' ),
|
||||
__( 'Pos', 'sportspress' ),
|
||||
__( 'Position', 'sportspress' ),
|
||||
__( 'Postponed', 'sportspress' ),
|
||||
__( 'Preview', 'sportspress' ),
|
||||
__( 'Rank', 'sportspress' ),
|
||||
__( 'Recap', 'sportspress' ),
|
||||
__( 'Results', 'sportspress' ),
|
||||
__( 'Season', 'sportspress' ),
|
||||
__( 'Staff', 'sportspress' ),
|
||||
__( 'TBD', 'sportspress' ),
|
||||
__( 'Team', 'sportspress' ),
|
||||
__( 'Teams', 'sportspress' ),
|
||||
__( 'Time', 'sportspress' ),
|
||||
@@ -1377,7 +1380,7 @@ function sp_get_text_options() {
|
||||
function sp_review_link() {
|
||||
?>
|
||||
<p>
|
||||
<a href="http://wordpress.org/support/view/plugin-reviews/sportspress#postform">
|
||||
<a href="https://wordpress.org/support/plugin/sportspress/reviews/?rate=5#new-post">
|
||||
<?php _e( 'Love SportsPress? Help spread the word by rating us 5★ on WordPress.org', 'sportspress' ); ?>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<key name="Article"/>
|
||||
<key name="Birthday"/>
|
||||
<key name="Box Score"/>
|
||||
<key name="Cancelled"/>
|
||||
<key name="Competition"/>
|
||||
<key name="Current Team"/>
|
||||
<key name="Current Teams"/>
|
||||
@@ -22,12 +23,14 @@
|
||||
<key name="Player"/>
|
||||
<key name="Pos"/>
|
||||
<key name="Position"/>
|
||||
<key name="Postponed"/>
|
||||
<key name="Preview"/>
|
||||
<key name="Rank"/>
|
||||
<key name="Recap"/>
|
||||
<key name="Season"/>
|
||||
<key name="Staff"/>
|
||||
<key name="Substitutes"/>
|
||||
<key name="TBD"/>
|
||||
<key name="Team"/>
|
||||
<key name="Teams"/>
|
||||
<key name="Time"/>
|
||||
|
||||
Reference in New Issue
Block a user