#59830 closed defect (bug) (fixed)
Administration: Typos in `wp_admin_notice()` arguments
Reported by: | dlh | Owned by: | SergeyBiryukov |
---|---|---|---|
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_classes
instead ofadditional
. - One instance of
is-dismissible
instead 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.
13 months ago
#1
- Keywords has-patch added
@mukesh27 commented on PR #5633:
13 months ago
#3
@sumitbagthariya16 commented on PR #5633:
13 months ago
#4
#5
@
13 months ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 57084:
@SergeyBiryukov commented on PR #5633:
13 months ago
#6
Thanks for the PR! Merged in r57084.
#7
@
13 months 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.