[wp-trac] [WordPress Trac] #23927: Use standard root for post format theme API functions
WordPress Trac
noreply at wordpress.org
Wed Apr 3 17:02:52 UTC 2013
#23927: Use standard root for post format theme API functions
-------------------------+----------------------------
Reporter: markjaquith | Type: task (blessed)
Status: new | Priority: high
Milestone: 3.6 | Component: Template
Version: trunk | Severity: normal
Keywords: |
-------------------------+----------------------------
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()`
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23927>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list