Opened 7 years ago
Closed 6 years ago
#44717 closed defect (bug) (fixed)
Missing space in changelog on about.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.0 | Priority: | lowest |
Severity: | trivial | Version: | 4.9.8 |
Component: | Help/About | Keywords: | has-patch fixed-5.0 |
Focuses: | administration | Cc: |
Description
On wp-admin/about.php
there's a missing space after the period for the 4.9.8 changelog entry:
Version 4.9.8 addressed 46 bugs.For more information, see the release notes.
Screenshot: https://cloudup.com/cEPPqwWZeE0
Attachments (2)
Change History (13)
#1
@
7 years ago
@burhandodhy To be clear, the space is only missing for the latest changelog entry (4.9.8). All other strings are fine and the space is not within the translatable strings. There's no need to change the strings and force all the translators to update their packages.
It's the way the strings are concatenated that somehow differs for 4.9.8. This just needs be adjusted.
#2
@
7 years ago
@swissspidy I have created patch 44717.diff to fix missing space issue.
#3
@
7 years ago
- Component changed from Administration to Help/About
- Focuses administration added
- Keywords has-patch added; needs-patch removed
- Milestone changed from Awaiting Review to 4.9.9
#4
@
7 years ago
- Keywords needs-refresh added
@chetan200891 the patch fixes the issue for me. Can you refresh the patch to keep the code formatted with multiple lines so that it remains consistent with the other printf()
calls in the file?
#5
@
7 years ago
- Keywords commit added; needs-refresh removed
Actually, my mistake. It is consistent with the other release "For more information" links. Looks good to me.
#6
@
7 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 43622:
One possible solution is to add extra space after the line end