diff --git a/includes/sp-template-functions.php b/includes/sp-template-functions.php index ac8c59cb..40b3fae2 100644 --- a/includes/sp-template-functions.php +++ b/includes/sp-template-functions.php @@ -507,7 +507,7 @@ function sportspress_output_br_tag() {
- +
' . __( 'View all events', 'sportspress' ) . ''; diff --git a/templates/event-performance-table.php b/templates/event-performance-table.php index dde714fa..b06ce250 100644 --- a/templates/event-performance-table.php +++ b/templates/event-performance-table.php @@ -28,7 +28,7 @@ $rlabels = array();

-
+
@@ -266,5 +266,5 @@ $rlabels = array(); '; -$output .= '
' . '' . ''; +$output .= '
' . '' . ''; $data = $table->data(); @@ -63,7 +63,7 @@ $data = $table->data(); $labels = $data[0]; // If responsive tables are enabled then load the inline css code if ($responsive == true){ - responsive_tables_css($labels); + sportspress_responsive_tables_css($labels); } // Remove the first row to leave us with the actual data unset( $data[0] ); diff --git a/templates/player-list.php b/templates/player-list.php index bd01ebd1..78ab90f2 100644 --- a/templates/player-list.php +++ b/templates/player-list.php @@ -58,7 +58,7 @@ $data = $list->data(); $labels = $data[0]; // If responsive tables are enabled then load the inline css code if ($responsive == true){ - responsive_tables_css($labels); + sportspress_responsive_tables_css($labels); } // Remove the first row to leave us with the actual data unset( $data[0] ); @@ -211,7 +211,7 @@ foreach ( $groups as $group ): endif; $output .= '
' . - '
' . '' . ''; + '
' . '' . ''; if ( ! is_array( $labels ) || array_key_exists( 'number', $labels ) ): if ( in_array( $orderby, array( 'number', 'name' ) ) ):