Opened 15 years ago
Closed 15 years ago
#16224 closed defect (bug) (fixed)
format-standard class unnecessary for pages
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.1 | Priority: | normal |
| Severity: | normal | Version: | 3.1 |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
If post formats are meant only for posts it seems unnecessary to include format-standard in the post classes for pages.
Attachments (2)
Change History (6)
Note: See
TracTickets for help on using
tickets.
We should probably instead use if ( post_type_supports( $post->post_type, 'post-formats' ) ).