[wp-trac] [WordPress Trac] #7425: Use API internally for
post/page/media edit links
WordPress Trac
wp-trac at lists.automattic.com
Tue Jul 29 00:54:27 GMT 2008
#7425: Use API internally for post/page/media edit links
----------------------------+-----------------------------------------------
Reporter: mdawaffe | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 2.7
Component: Administration | Version: 2.6
Severity: normal | Keywords: has-patch
----------------------------+-----------------------------------------------
Plugins adding new types of post types or adding specific functionality
for specific media mime types may need more flexibility than simply adding
form fields to a post's, page's or media item's edit screen. These
plugins may need to offer completely new edit screens for their
specialized data.
WordPress currently has post, page, and media item edit links hardcoded
rather than using the filterable get_edit_post_link() function.
The attached converts all the hardcoded links to links created with
get_edit_post_link().
--
Ticket URL: <http://trac.wordpress.org/ticket/7425>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list