Opened 8 years ago
Closed 6 years ago
#39675 closed enhancement (fixed)
Remove unnecessary admin notification about deprecated `WPLANG`
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch dev-feedback commit |
Focuses: | administration | Cc: |
Description
In wp-admin/options-general.php
a notification is shown to admins if the deprecated WPLANG
constant is defined. @ocean90 brought up the possibility of removing this check while discussing #39207.
In my opinion the admin notice can be removed, since a regular _deprecated_argument()
notice is already thrown for developers. While we generally expect the admin to do some tweaks to wp-config.php
in a few areas, I think this notice is something that could easily confuse non-technical users.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Spoke with @ocean90 and @swissspidy on Slack. Both felt this was good to go.