Prefix row number classes with sp-row-no-

This commit is contained in:
Brian Miyaji
2015-12-10 20:29:09 +11:00
parent db2bffa29f
commit 9b8a773971
2 changed files with 2 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ endif;
$teams_output .= '—';
endif;
echo '<tr class="sp-row sp-post' . ( $i % 2 == 0 ? ' alternate' : '' ) . ' row-' . $i . '">';
echo '<tr class="sp-row sp-post' . ( $i % 2 == 0 ? ' alternate' : '' ) . ' sp-row-no-' . $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 );