Opened 9 years ago
Closed 7 years ago
#41319 closed defect (bug) (wontfix)
Add @static keyword for _WP_Editors::enqueue_default_editor() and ::print_default_editor_scripts()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Editor | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
the static function is defined in the code file but not mention in the documentation of the function.
Attachments (3)
Change History (9)
This ticket was mentioned in Slack in #core by ajayghaghretiya. View the logs.
9 years ago
#5
@
9 years ago
- Summary changed from needs documents improvement to Add @static keyword for _WP_Editors::enqueue_default_editor() and ::print_default_editor_scripts()
#6
@
7 years ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
Thank you for the ticket and patches, everyone!
Per the documentation, we no longer include the @static tag, as the docs generator recognises the static keyword in the code.
Note: See
TracTickets for help on using
tickets.
Added @static in the documentation of the function as you said.