Opened 12 years ago
Closed 12 years ago
#30908 closed defect (bug) (fixed)
Remove tailing (white)space from size_format()
| Reported by: | tillkruess | Owned by: | pento |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | General | Version: | 2.5 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Attached patch removed that single space. Patch also includes PHPdoc and WP coding standards updates.