[wp-trac] [WordPress Trac] #18338: add $name arg to the_editor () function
WordPress Trac
wp-trac at lists.automattic.com
Fri Aug 5 18:55:25 UTC 2011
#18338: add $name arg to the_editor () function
-----------------------------+-------------------------------------
Reporter: alex-ye | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 3.2.1
Severity: normal | Keywords: 2nd-opinion needs-patch
-----------------------------+-------------------------------------
Hi every one , I have a small suggestion about add ability to separate ID
attribute and NAME attribute , this may help devlopers to include the
editor in thier options page or in thier own forms .
example of function args:
{{{
the_editor($content, $atts = array ( 'id' => 'content' , 'name' =>
'content' ), $prev_id = 'title', $media_buttons = true, $tab_index = 2 )
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18338>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list