#62661 closed defect (bug) (wontfix)
Remove unnecessary space
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Export | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
Removed extra space in the inline doc comment src/wp-admin/export.php
Attachments (1)
Change History (2)
#3
@
2 months ago
- Component changed from General to Export
- Focuses docs added
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
- Version trunk deleted
Those spaces are important to keep around the $wpdb
global. According to documentation standards, multiple globals "should be aligned by type, variable, and description, with each other as a group."
Note: See
TracTickets for help on using
tickets.
patch