Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#25683 closed defect (bug) (fixed)

Replace "3.7" string

Reported by: johnbillion's profile johnbillion Owned by: nacin's profile nacin
Milestone: 3.7.1 Priority: normal
Severity: trivial Version: 3.7
Component: Help/About Keywords:
Focuses: Cc:

Description (last modified by johnbillion)

The About screen has an unintentional hardcoded reference to "3.7":

Thank you for updating to WordPress 3.7! You might not notice a thing, and we’re okay with that.

As per IRC discussion, we'll do a str_replace() to change this for maintenance releases in order to avoid a string change.

Attachments (1)

25683.diff (2.2 KB) - added by nacin 12 years ago.

Download all attachments as: .zip

Change History (7)

#1 @johnbillion
12 years ago

  • Description modified (diff)

#2 @johnbillion
12 years ago

  • Milestone changed from Future Release to 3.7.1

@nacin
12 years ago

#3 @nacin
12 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 25927:

About page: Replace 3.7 with the current version (3.7.1, etc.).

Normally this would be sprintf'd in but we don't want to change a string at this point.

fixes #25683 for the 3.7 branch.

#4 @nacin
12 years ago

No need to merge [25927] to trunk.

#5 @SergeyBiryukov
12 years ago

#26243 was marked as a duplicate.

#6 @SergeyBiryukov
12 years ago

  • Version changed from trunk to 3.7
Note: See TracTickets for help on using tickets.