From f79cdc5a4737c5ff4ed383617efb6877c62816fb Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 9 May 2014 22:59:45 +1000 Subject: [PATCH] Remove caption link in league table header --- templates/league-table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/league-table.php b/templates/league-table.php index 17c3192b..53a56ade 100644 --- a/templates/league-table.php +++ b/templates/league-table.php @@ -28,7 +28,7 @@ extract( $defaults, EXTR_SKIP ); $output = '
'; if ( $show_caption ): - $output .= '

' . get_the_title( $id ) . '

'; + $output .= '

' . get_the_title( $id ) . '

'; endif; $output .= '' . '' . '';