Opened 10 years ago
Closed 10 years ago
#34014 closed defect (bug) (fixed)
Duplicate docs line for wp_dashboard_trigger_widget_control() in wp-admin/includes/dashboard.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.4 | Priority: | normal |
| Severity: | normal | Version: | 2.5 |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
The following line from the docs block of wp_dashboard_trigger_widget_control() in wp-admin/includes/dashboard.php is duplicated without reason:
Calls widget_control callback
This appears to have been introduced in [6705].
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Remove duplicated line from the docs block of
wp_dashboard_trigger_widget_control()inwp-admin/includes/dashboard.php.