Skip to content

Commit

Permalink
Fix post_type settings key
Browse files Browse the repository at this point in the history
  • Loading branch information
robincornett committed Jun 7, 2019
1 parent 256d984 commit e32fd01
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@ public function defaults() {
'is_paged' => 0,
'feed_image' => 0,
'thumbnails' => 0,
'post_types' => array(),
'post_type' => array(),
'skip' => array(),
'fallback' => array(),
'max_height' => '',
Expand Down

0 comments on commit e32fd01

Please sign in to comment.