Skip to content

Commit

Permalink
Updates default thumbnail size in list shortcode to “thumbnail”
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Phillips committed Jun 13, 2017
1 parent bb34a61 commit a7f5be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/API/Shortcodes/UserFavoritesShortcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private function setOptions($options)
'post_types' => '',
'include_buttons' => 'false',
'include_thumbnails' => 'false',
'thumbnail_size' => 'small',
'thumbnail_size' => 'thumbnail',
'include_excerpts' => 'false'
), $options);
}
Expand Down

0 comments on commit a7f5be3

Please sign in to comment.