#59830 closed defect (bug) (fixed)
Administration: Typos in `wp_admin_notice()` arguments
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.4.1 | Priority: | normal |
| Severity: | normal | Version: | 6.4 |
| Component: | Administration | Keywords: | has-patch fixed-major dev-reviewed commit |
| Focuses: | Cc: |
Description
A few of the calls to the new wp_admin_notice() function appear to have typos in their argument arrays:
- Two instances of
additonal_classesinstead ofadditional. - One instance of
is-dismissibleinstead ofdismissible.
Two of these three seem pretty unlikely to be encountered by most users in their daily work, but one of the instances of additonal occurs in update_nag(), making the notification for updating core appear somewhat diminished.
Attachments (1)
Change History (15)
This ticket was mentioned in PR #5633 on WordPress/wordpress-develop by dlh01.
2 years ago
#1
- Keywords has-patch added
@mukesh27 commented on PR #5633:
2 years ago
#3
@sumitbagthariya16 commented on PR #5633:
2 years ago
#4
#5
@
2 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 57084:
@SergeyBiryukov commented on PR #5633:
2 years ago
#6
Thanks for the PR! Merged in r57084.
#7
@
2 years ago
- Keywords fixed-major added
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for backporting to the 6.4 branch.
Good catch, introduced in [56599] / #57791.