Event Results => Results
This commit is contained in:
@@ -99,4 +99,4 @@ class SP_Admin_Dashboard {
|
||||
|
||||
endif;
|
||||
|
||||
return new SP_Admin_Dashboard();
|
||||
return new SP_Admin_Dashboard();
|
||||
@@ -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',
|
||||
|
||||
@@ -47,7 +47,6 @@ if ( $order != 'default' )
|
||||
$data = $calendar->data();
|
||||
$usecolumns = $calendar->columns;
|
||||
|
||||
|
||||
if ( $show_title && false === $title && $id )
|
||||
$title = get_the_title( $id );
|
||||
|
||||
|
||||
@@ -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>' .
|
||||
|
||||
Reference in New Issue
Block a user