Revert "Make the Date field optional in Event List template and Shortcode"
This reverts commit 41755701a4.
This commit is contained in:
@@ -28,8 +28,6 @@ class SP_Meta_Box_Calendar_Columns {
|
||||
}
|
||||
|
||||
$columns = array();
|
||||
|
||||
$columns['date'] = __( 'Date', 'sportspress' );
|
||||
|
||||
if ( 'teams' === $title_format ) {
|
||||
$columns[ 'event' ] = __( 'Home', 'sportspress' ) . ' | ' . __( 'Away', 'sportspress' );
|
||||
|
||||
Reference in New Issue
Block a user