[wp-trac] [WordPress Trac] #17144: Editor API enhancement
WordPress Trac
wp-trac at lists.automattic.com
Fri Aug 5 20:35:33 UTC 2011
#17144: Editor API enhancement
-------------------------+------------------
Reporter: azaozz | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.3
Component: Editor | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------+------------------
Comment (by ocean90):
Works good so far. Only {{{send to editor}}} is missing, it will be only
added the editor id. You are working on it?
Also if it's planned to use the media buttons on frontend too,
{{{get_upload_iframe_src}}} needs an update too.
{{{
$upload_iframe_src = add_query_arg('post_id', $uploading_iframe_ID,
'media-upload.php' );
// Add admin_url()
$upload_iframe_src = add_query_arg('post_id', $uploading_iframe_ID,
admin_url( 'media-upload.php' ) );
}}}
If it works we can close #14311.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17144#comment:30>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list