Opened 19 months ago
Closed 18 months ago
#19433 closed defect (bug) (fixed)
Extra space between two words in tools.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | I18N | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
There's an extra space between words 'screen' and 'and' in the last sentence in this message:
http://core.trac.wordpress.org/browser/trunk/wp-admin/tools.php#L23
Attachments (4)
Change History (16)
comment:4
nacin
— 19 months ago
- Keywords commit added
- Milestone changed from Awaiting Review to Future Release
Quick glance, this isn't actually the double-space I saw. There's at least one other on export.php.
comment:6
kenan3008
— 19 months ago
I've searched through all files in wp-admin and this second patch will remove all extra spaces in messages and comments.
comment:9
SergeyBiryukov
— 18 months ago
Related: #19537
comment:10
kenan3008
— 18 months ago
Updated. #19537 missed a few double spaces.
comment:11
ryan
— 18 months ago
- Milestone changed from Future Release to 3.4
comment:12
ryan
— 18 months ago
- Owner set to ryan
- Resolution set to fixed
- Status changed from new to closed
In [19596]:
Note: See
TracTickets for help on using
tickets.
I saw this during help tweaks but didn't want to break the string over a space. 3.4?