Skip to content

Commit

Permalink
Remove unecessary return from frontend indicator method
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejarrett committed May 9, 2014
1 parent 1748431 commit 650df12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ public function frontend_indicator() {
if ( ! empty( $comment ) ) {
echo sprintf( "<!-- %s -->\n", esc_html( $comment ) ); // xss ok
}

return;
}

/**
Expand Down

0 comments on commit 650df12

Please sign in to comment.