Opened 10 years ago
Closed 7 years ago
#39675 closed enhancement (fixed)
Remove unnecessary admin notification about deprecated `WPLANG`
| Reported by: | flixos90 | Owned by: | desrosj |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.2 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch dev-feedback commit |
| Cc: | Focuses: | administration |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Spoke with @ocean90 and @swissspidy on Slack. Both felt this was good to go.