Opened 4 years ago
Closed 4 years ago
#51713 closed defect (bug) (fixed)
Fix a typo in Walker::display_element inline comment
Reported by: | david.binda | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.6 | Priority: | normal |
Severity: | trivial | Version: | |
Component: | General | Keywords: | commit has-patch |
Focuses: | docs | Cc: |
Description
This is a very minor issue, but since I came across it while looking into some unrelated stuff, I thought it might be worth logging.
There should be no "s" at the end of children, since it's already the plural form of child (one of the irregular plurals).
Inline comment in question: https://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-wp-walker.php?rev=48590#L146
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Patch applies, and I didn't find any other instances of "childrens" (in src).