Opened 12 years ago
Closed 12 years ago
#23823 closed enhancement (fixed)
Twenty Thirteen: Use gallery shortcode filter for featured galleries
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
With r23626 we can now filter gallery shortcode attributes. Let's use this filter, to cleanly alter the passed image size for the featured gallery. The images should be at least 300x300px in size.
Attachments (2)
Change History (8)
#3
@
12 years ago
What do you think about using an anonymous function to filter the attribute instead? See .1 patch.
#4
follow-up:
↓ 5
@
12 years ago
It would be great if the the minimum PHP requirement for WordPress would not be 5.2 :(
Note: See
TracTickets for help on using
tickets.
Nice.