Opened 6 years ago
Closed 6 years ago
#45210 closed defect (bug) (duplicate)
Fix an @see notation in the DocBlock for wp_script_add_data()
Reported by: | DrewAPicture | Owned by: | kakomap |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Script Loader | Keywords: | good-first-bug has-patch |
Focuses: | docs | Cc: |
Description (last modified by )
The DocBlock for wp_script_add_data()
contains a reference to WP_Dependency::add_data()
, which unfortunately does not exist. :-)
<?php * * @see WP_Dependency::add_data() *
We need to update the reference to WP_Dependencies::add_data()
Reported by @architchandra.
Attachments (1)
Change History (8)
#5
@
6 years ago
- Milestone changed from Future Release to 5.1
- Owner set to kakomap
- Status changed from new to assigned
Assigning to mark the good-first-bug
as "claimed".
Hi @kakomap, thanks for the patch! Everything looks good here.
Trunk development is still closed pending the 5.0 release, but we should be able to get this in with 5.1.
Note: See
TracTickets for help on using
tickets.
Introduced in [31223].