Opened 17 months ago
#61938 new defect (bug)
Lack of consistency on update types.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | 2nd-opinion |
| Focuses: | Cc: |
Description
Hello,
I wonder if we couldn't add a little more of consistencies in update type.
At https://github.com/WordPress/WordPress/blob/b8dbab954688836bafc72457a21300380e96078a/wp-includes/l10n.php#L1518 we're checking themes & plugins in plural form.
At https://github.com/WordPress/WordPress/blob/b8dbab954688836bafc72457a21300380e96078a/wp-includes/update.php#L859 we're checking the same words but in singular...
I do not know if it could be improved without breaking all updates system.
Note: See
TracTickets for help on using
tickets.