[wp-trac] [WordPress Trac] #21649: _WP_Editor class is currently marked as final

WordPress Trac wp-trac at lists.automattic.com
Tue Aug 21 13:13:08 UTC 2012


#21649: _WP_Editor class is currently marked as final
-------------------------+-----------------------------
 Reporter:  Marko-M      |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Editor       |    Version:
 Severity:  normal       |   Keywords:
-------------------------+-----------------------------
 Revision 19420 turned

 {{{
 class _WP_Editors{}
 }}}

 from wp-includes/class-wp-editor.php into

 {{{
 final class _WP_Editors{}
 }}}

 I'm aware that editor API is currently under large changes but it would be
 great if plugins could extend _WP_Editors class by removing "final"
 keyword.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21649>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list