Skip to content

Commit

Permalink
Fixed PHP error
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Dec 27, 2019
1 parent 34f1967 commit e39907e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/class-better-search-statistics-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public function column_title( $item ) {
'<a href="%2$s">%1$s</a>%3$s',
esc_attr( $item['title'] ),
home_url() . '/?s=' . esc_attr( $item['title'] ),
$this->row_actions( $actions ),
$this->row_actions( $actions )
);

}
Expand Down

0 comments on commit e39907e

Please sign in to comment.