Move text settings to dedicated tab

This commit is contained in:
Brian Miyaji
2014-04-25 01:06:14 +10:00
parent e382174441
commit 88d43e0a4f
20 changed files with 129 additions and 143 deletions

View File

@@ -17,7 +17,7 @@ $time = get_the_time( get_option('time_format'), $id );
$leagues = get_the_terms( $id, 'sp_league' );
$seasons = get_the_terms( $id, 'sp_season' );
$data = array( SP()->text->string('Date', 'event') => $date, SP()->text->string('Time', 'event') => $time );
$data = array( SP()->text->string('Date') => $date, SP()->text->string('Time') => $time );
if ( $leagues ):
$league = array_pop( $leagues );
@@ -29,7 +29,7 @@ if ( $seasons ):
$data[ SP()->text->string('Season') ] = $season->name;
endif;
?>
<h3><?php echo SP()->text->string('Details', 'event'); ?></h3>
<h3><?php echo SP()->text->string('Details'); ?></h3>
<div class="sp-table-wrapper">
<table class="sp-event-details sp-data-table">
<thead>