Opened 8 years ago
Closed 8 years ago
#45170 closed defect (bug) (duplicate)
Fix a typo in the DocBlock description for wp_add_inline_style()
| Reported by: | DrewAPicture | Owned by: | pento |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Script Loader | Version: | 3.3 |
| Severity: | normal | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: | docs |
Description
The first sentence of the wp_add_inline_style() DocBlock contains a typo.
Styles will only be added if the stylesheet in already in the queue.
Should be
Styles will only be added if the stylesheet is already in the queue.
Great opportunity for a first patch!
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This was fixed in #45705.