[wp-trac] Re: [WordPress Trac] #9702: edit_post_link() ;
edit_category_link() ; edit_tags_link()
WordPress Trac
wp-trac at lists.automattic.com
Wed May 27 05:49:51 GMT 2009
#9702: edit_post_link() ; edit_category_link() ; edit_tags_link()
-------------------------+--------------------------------------------------
Reporter: ramiy | Owner: westi
Type: enhancement | Status: reviewing
Priority: low | Milestone: 2.9
Component: Template | Version: 2.7.1
Severity: minor | Keywords: has-patch
-------------------------+--------------------------------------------------
Comment(by greenshady):
Shouldn't we just go with `edit_term_link()` and `get_edit_term_link()`
with a taxonomy parameter? Something like:
{{{
edit_term_link( $term_id = 0, $taxonomy = 'post_tag' );
}}}
Also, the `get_edit_tag_link()` function already allows the input of a
taxonomy (it'll handle categories as well), but the `edit_tag_link()`
function does not.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9702#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list