Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#19433 closed defect (bug) (fixed)

Extra space between two words in tools.php

Reported by: kenan3008's profile kenan3008 Owned by: ryan's profile ryan
Milestone: 3.4 Priority: normal
Severity: normal Version: 3.3
Component: I18N Keywords: has-patch commit
Focuses: 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)

extra_space.patch (1.2 KB) - added by kenan3008 13 years ago.
extra_space_2.patch (71.1 KB) - added by kenan3008 13 years ago.
extra_space_3.patch (73.3 KB) - added by kenan3008 13 years ago.
extra_space_4.patch (37.7 KB) - added by kenan3008 13 years ago.

Download all attachments as: .zip

Change History (16)

#1 @nacin
13 years ago

I saw this during help tweaks but didn't want to break the string over a space. 3.4?

#2 @Zeo
13 years ago

+1 3.4/Future release

#3 @kenan3008
13 years ago

OK then, future release it is :)

#4 @nacin
13 years 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.

#6 @kenan3008
13 years ago

I've searched through all files in wp-admin and this second patch will remove all extra spaces in messages and comments.

#7 @helenyhou
13 years ago

Patch by dimadin on #19501 has another instance of an extra space covered (the second one).

Last edited 13 years ago by helenyhou (previous) (diff)

#8 @kenan3008
13 years ago

@helenyhou thanks, that one is included now.

#10 @kenan3008
13 years ago

Updated. #19537 missed a few double spaces.

#11 @ryan
13 years ago

  • Milestone changed from Future Release to 3.4

#12 @ryan
13 years ago

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [19596]:

Remove extraneous spaces. Props kenan3008, dimadin. fixes #19501 #19433

Note: See TracTickets for help on using tickets.