#42292 closed defect (bug) (duplicate)
avoid double space character in strings
| Reported by: | Presskopp | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Text Changes | Version: | 4.9 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
There are some strings containing double spaces:
process. Freshly
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/about.php?marks=138#L138
theme. Additionally
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/about.php?marks=134#L134
drafts, locking [...] links. What’s
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/about.php?marks=53#L53
changes before, you’ll pinpoint, coding errors
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/about.php?marks=107#L107
I also found some in PHP files, do you want me to make another ticket for those, like
' . $origin );
https://core.trac.wordpress.org/browser/trunk/src/wp-includes/http.php?marks=491#L491
Change History (8)
#3
@
9 years ago
The about.php ones should hopefully be fixed in https://core.trac.wordpress.org/attachment/ticket/42087/42087.diff — @Presskopp can you double-check when you have a moment?
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I made a mistake, see also
https://core.trac.wordpress.org/browser/trunk/src/wp-admin/about.php?marks=96#L96
please