Opened 14 years ago
Closed 13 years ago
#16380 closed defect (bug) (fixed)
Whitespace missing between strings
Reported by: | johnbillion | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | trivial | Version: | 3.1 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
If you bulk edit some posts and some (but not all) are locked due to being edited by another user, the resulting message lacks whitespace between the strings.
To reproduce, simply visit http://example.com/wp-admin/edit.php?updated=1&skipped=0&locked=1 .
Attachments (5)
Change History (14)
#1
@
14 years ago
- Version set to 3.1
Patch. String change I'm afraid.
Also, there should be a Trac ticket severity lower than "trivial". Something like "Nobody is ever going to notice this and if they do they won't care anyway".
#2
@
14 years ago
- Milestone changed from Awaiting Review to Future Release
This shouldn't need a string change. Leading and trailing whitespace should be avoided, especially for deliberate use. We can probably just echo a space somewhere.
#4
@
14 years ago
I'd prefer to add the space after "% posts updated" rather than at the beginning of "%s items not updated".
There's always the case when all the posts that the user attempt to update are already being edited by someone. So your patch would result in an extra space at the beginning of the message.
patch