#23927 closed task (blessed) (fixed)
Use standard root for post format theme API functions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.6 | Priority: | high |
| Severity: | normal | Version: | 3.6 |
| Component: | Template | Keywords: | |
| Focuses: | Cc: |
Description
The post format theme API functions are too generic. We're going to have collisions, and they can look ambiguous. For example: the_url() vs the_permalink() the_image() vs our post thumbnail functions.
Suggested in IRC: use post_format as the root phrase. e.g. the_post_format_image()
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Got it started. What other ones?