#48141 closed defect (bug) (fixed)
Docs: Typo in `wp_print_scripts` reference to `WP_Scripts::do_item()`
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.3 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Script Loader | Keywords: | has-patch |
| Focuses: | docs | Cc: |
Description
The @see tag in the wp_print_scripts() function currently references WP_Scripts::do_items(). The plural is in fact the singular, WP_Scripts::do_item().
Placing on the 5.3 milestone as this is a documentation only change.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 46311: