Fix Plugin-Check warnings

This commit is contained in:
Brian Miyaji
2014-01-22 04:40:30 +11:00
parent 9cde21de71
commit 76bfb6e5ee
24 changed files with 61 additions and 318 deletions

View File

@@ -33,7 +33,7 @@ if ( !function_exists( 'sportspress_event_results' ) ) {
if ( array_key_exists( $key, $result ) && $result[ $key ] != '' ):
$value = $result[ $key ];
else:
$value = '';
$value = '—';
endif;
$table_rows .= '<td class="data-' . $key . '">' . $value . '</td>';
endforeach;