Opened 6 years ago
Closed 6 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 |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3 |
Component: | Script Loader | Keywords: | good-first-bug has-patch |
Focuses: | docs | Cc: |
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.
This was fixed in #45705.