[wp-trac] [WordPress Trac] #18219: Modify the_editor to Properly Allow Multiple Instances on a Page
WordPress Trac
wp-trac at lists.automattic.com
Fri Jul 22 17:18:57 UTC 2011
#18219: Modify the_editor to Properly Allow Multiple Instances on a Page
-------------------------+-----------------------------
Reporter: xazure | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 3.2.1
Severity: normal | Keywords:
-------------------------+-----------------------------
Currently, the_editor() is essentially hard-wired to only allow one
instance per page (because of it's use of id's and such).
It would be nice if the_editor was modified to properly allow for multiple
instances.
The change would essentially involve changing all of the IDs to use
classes instead (which can allow multiple instances on one page), and
adjusting any Javascript appropriately.
Most (if not all) of these changes would take place in the_editor()
function, found in /wp-includes/general-template.php starting at line
1789.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18219>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list