Attachments (3)
Change History (15)
This ticket was mentioned in Slack in #core by sergey. View the logs.
9 years ago
#5
@
9 years ago
- Resolution fixed
- Status closed → reopened
Patched some more for the "to to" case but I skipped the one in /wp-includes/js/tinymce/tinymce.js
#8
@
9 years ago
- Resolution fixed
- Status closed → 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
@
9 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 41353: