Add help text to abbreviation

This commit is contained in:
Brian Miyaji
2014-05-09 18:57:25 +10:00
parent 5fc3a13ad7
commit 506c90b6d3

View File

@@ -23,6 +23,7 @@ class SP_Meta_Box_Team_Details {
?>
<p><strong><?php _e( 'Abbreviation', 'sportspress' ); ?></strong></p>
<p><input type="text" id="sp_abbreviation" name="sp_abbreviation" value="<?php echo $abbreviation; ?>"></p>
<p class="description"><?php _e( 'The abbreviation is not prominent by default; however, some themes may show it', 'sportspress' ); ?></p>
<?php
}