#58464 closed defect (bug) (fixed)
Typo: `overriden` -> `overridden`
Reported by: | aristath | Owned by: | isabel_brison |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Just a simple, common typo we have in a couple of places in our codebase.
This has been merged in Gutenberg (see https://github.com/WordPress/gutenberg/pull/48711), and this ticket is to backport these changes to Core.
Attachments (2)
Change History (9)
This ticket was mentioned in PR #4555 on WordPress/wordpress-develop by @aristath.
19 months ago
#1
- Keywords has-patch added
#2
@
19 months ago
There are few files where this typo exists. I changed all those
Please note that these additional instances are in files that are part of 3rd-party libraries - as noted in the PR. That is why they were not modified and were kept intact. 3rd-party libraries should be updated separately, in their own repositories and not as part of WP because that just makes maintenance easier when there is an updated version of those libraries.
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/58464
Please note that there are a couple of other instances where
overridden
is typed incorrectly, but those instances are in files that are directly included from 3rd-party libraries, so these were not modified in this PR.