Event Results => Results

This commit is contained in:
Brian Miyaji
2015-08-29 05:12:20 +10:00
parent bb9d5dce50
commit d2a8af7f8e
4 changed files with 3 additions and 4 deletions

View File

@@ -99,4 +99,4 @@ class SP_Admin_Dashboard {
endif;
return new SP_Admin_Dashboard();
return new SP_Admin_Dashboard();

View File

@@ -124,7 +124,7 @@ class SP_Admin_Meta_Boxes {
'priority' => 'default',
),
'results' => array(
'title' => __( 'Event Results', 'sportspress' ),
'title' => __( 'Results', 'sportspress' ),
'save' => 'SP_Meta_Box_Event_Results::save',
'output' => 'SP_Meta_Box_Event_Results::output',
'context' => 'normal',

View File

@@ -47,7 +47,6 @@ if ( $order != 'default' )
$data = $calendar->data();
$usecolumns = $calendar->columns;
if ( $show_title && false === $title && $id )
$title = get_the_title( $id );

View File

@@ -101,7 +101,7 @@ if ( empty( $table_rows ) ):
else:
$output .= '<h4 class="sp-table-caption">' . __( 'Event Results', 'sportspress' ) . '</h4>';
$output .= '<h4 class="sp-table-caption">' . __( 'Results', 'sportspress' ) . '</h4>';
$output .= '<div class="sp-table-wrapper">' .
'<table class="sp-event-results sp-data-table' . ( $scrollable ? ' sp-scrollable-table' : '' ) . '"><thead>' .