[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:28:11 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       |  Resolution:
 Keywords:               |
-------------------------+------------------------------
Description changed by SergeyBiryukov:

Old description:

> 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.

New description:

 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#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list