#41841 closed defect (bug) (fixed)
some more dittographies
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.9 |
Component: | General | Keywords: | has-patch |
Focuses: | docs | Cc: |
Attachments (3)
Change History (15)
#3
@
7 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
This ticket was mentioned in Slack in #core by sergey. View the logs.
7 years ago
#5
@
7 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Patched some more for the "to to" case but I skipped the one in /wp-includes/js/tinymce/tinymce.js
#8
@
7 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
The last patch fixes:
"being being"
"called called"
"the the"
I played with variations of:
sudo grep -iE " ([a-z].*?) \1 " -R src | less
I found some funny duplications, like:
src/wp-includes/class-json.php: // oh please oh please oh please oh please oh please src/wp-includes/class-wp-editor.php: * For people who really REALLY know what they're doing with TinyMCE
that I skipped.
Also skipped these ones:
src/wp-includes/js/tinymce/tinymce.js: // Resize container container if minSize was changed src/wp-includes/js/tinymce/tinymce.js: // TODO: Move this to a separate range utils class since it's it's logic is present in Selection as well. src/wp-content/themes/twentyseventeen/assets/js/html5.js: /** The id for the the documents expando */ src/wp-content/themes/twentysixteen/genericons/README.md: FontCustom is a powerful commandline tool which which bakes icon fonts from the SVG source files. It's the tool Genericons is built on, and it provides highly accurate and perfectly crisp icons, *provided all SVGs have the same pixel height*.
#9
@
7 years ago
The SimplePie fix appears to be applied upstream and should be included once the WP core version is updated next.
Note: See
TracTickets for help on using
tickets.
In 41353: