Merge pull request #133 from miroslawlis/miroslawlis-patch-1-numbering-rows
Update event-list.php
This commit is contained in:
@@ -194,7 +194,7 @@ endif;
|
||||
$teams_output .= '—';
|
||||
endif;
|
||||
|
||||
echo '<tr class="sp-row sp-post' . ( $i % 2 == 0 ? ' alternate' : '' ) . '">';
|
||||
echo '<tr class="sp-row sp-post' . ( $i % 2 == 0 ? ' alternate' : '' ) . ' row-' . $i . '">';
|
||||
|
||||
$date_html = '<date>' . get_post_time( 'Y-m-d H:i:s', false, $event ) . '</date>' . get_post_time( get_option( 'date_format' ), false, $event, true );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user