Opened 16 years ago
Closed 16 years ago
#16224 closed defect (bug) (fixed)
format-standard class unnecessary for pages
| Reported by: | iandstewart | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | General | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
We should probably instead use if ( post_type_supports( $post->post_type, 'post-formats' ) ).