Opened 10 years ago
Closed 10 years ago
#30908 closed defect (bug) (fixed)
Remove tailing (white)space from size_format()
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
size_format()
returns an unnecessary tailing space if the unite is B
.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Attached patch removed that single space. Patch also includes PHPdoc and WP coding standards updates.