Opened 8 years ago
Closed 8 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 |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Script Loader | Version: | |
| Severity: | normal | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: | docs |
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
@
8 years ago
- Milestone Future Release → 5.1
- Owner set to
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Introduced in [31223].