Skip to content

Commit

Permalink
Turn error_reporting off in feed template
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbossenger committed Jul 23, 2019
1 parent a53b261 commit 2be31c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/feed-podcast.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
global $ss_podcasting, $wp_query;

// Hide all errors
// error_reporting( 0 );
error_reporting( 0 );

// Allow feed access by default
$give_access = true;
Expand Down

0 comments on commit 2be31c6

Please sign in to comment.