Opened 11 years ago
Closed 11 years ago
#27865 closed enhancement (wontfix)
Extra whitespace in call to ms_cookie_constants() in wp-settings.php
Reported by: | machouinard | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | Bootstrap/Load | Keywords: | has-patch |
Focuses: | Cc: |
Description
Line 192 of wp-settings.php
currently reads: ms_cookie_constants( );
should read: ms_cookie_constants();
Attachments (2)
Change History (4)
#2
@
11 years ago
- Component changed from General to Bootstrap/Load
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
- Version changed from trunk to 3.0
Formatting cleanup tickets are generally discouraged. Coding style fixes should be a result of more substantial changes: http://wpdevel.wordpress.com/2011/03/23/code-refactoring/.
Note: See
TracTickets for help on using
tickets.
ammended diff