Skip to content

Commit

Permalink
Bugfix / Remove fragmentary add_theme_support with inline function.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rad Geek committed Jul 30, 2014
1 parent 1e728f5 commit ccb15ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fwp-limit-posts-by-date.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
* <http://metavirtual.us/> for their generous support of the FeedWordPress
* project and for commissioning this add-on module.
*/

/*DBG*/ add_action('init', function () {
add_theme_support('post-thumbnails');
});

$dater = new FWPLimitPostsByDate;

Expand Down

0 comments on commit ccb15ab

Please sign in to comment.