#45705 closed defect (bug) (fixed)
Docs: Fix a typo in description for wp_add_inline_script()
Reported by: | jankimoradiya | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Script Loader | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
The first sentence of the wp_add_inline_script() DocBlock contains a typo.
Code will only be added if the script in already in the queue.
Should be
Code will only be added if the script is already in the queue.
Attachments (3)
Change History (8)
#2
@
6 years ago
- Focuses docs added
- Severity changed from normal to minor
- Summary changed from Fix a typo in the Documentation description for wp_add_inline_script() to Docs: Fix a typo in description for wp_add_inline_script()
Hi @jankimoradiya, thanks for the patch!
45705.3.patch looks good for me.
#3
@
6 years ago
- Component changed from General to Script Loader
- Milestone changed from Awaiting Review to 5.1
Note: See
TracTickets for help on using
tickets.
Updated "Code will only be added if the script in already in the queue." To "Code will only be added if the script is already in the queue." for wp_add_inline_script() function documentation.