Opened 10 months ago
Last modified 10 months ago
#21649 new enhancement
_WP_Editor class is currently marked as final — at Version 1
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by SergeyBiryukov)
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.
Note: See
TracTickets for help on using
tickets.