Make WordPress Core

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's profile 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)

wp-settings.diff (436 bytes) - added by machouinard 11 years ago.
wp-settings.2.diff (665 bytes) - added by machouinard 11 years ago.
ammended diff

Download all attachments as: .zip

Change History (4)

#1 @machouinard
11 years ago

  • Keywords has-patch added

@machouinard
11 years ago

ammended diff

#2 @SergeyBiryukov
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.