Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#23211 closed defect (bug) (fixed)

Remove inaccurate inline comment in wp-activate.php

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.5
Component: Inline Docs Keywords: has-patch commit dev-reviewed
Focuses: Cc:

Description

[21454] introduced an erroneous inline comment for WP_INSTALLING:
http://core.trac.wordpress.org/browser/tags/3.5/wp-activate.php#L9

It's not quite obvious why do we have define( 'WP_INSTALLING', true ) there (introduced in mu:543 along with the file itself; related: mu:776, mu:952, mu:1603, #23197), but it has nothing to do with ABSPATH, so I suggest removing the comment.

Attachments (1)

23211.patch (341 bytes) - added by SergeyBiryukov 12 years ago.

Download all attachments as: .zip

Change History (3)

#1 @nacin
12 years ago

  • Keywords commit dev-reviewed added
  • Owner set to SergeyBiryukov
  • Status changed from new to assigned

#2 @SergeyBiryukov
12 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 23310:

Remove inaccurate inline comment. fixes #23211.

Note: See TracTickets for help on using tickets.