Make WordPress Core

Opened 10 years ago

Closed 8 years ago

#25712 closed defect (bug) (fixed)

Setting a new language in wp-config.php shows "Get Version 3.7" in admin-footer

Reported by: pixolin's profile pixolin Owned by:
Milestone: Priority: normal
Severity: minor Version:
Component: I18N Keywords:
Focuses: Cc:

Description

I run WordPress 3.7 German, default theme, no plugins installed.

If I comment out the line
define('WPLANG', 'de_DE');  
and replace it by
define('WPLANG', 'fr_FR');
the admin-footer shows in lower right Get Version 3.7 which I find somewhat confusing as WordPress 3.7 already is installed.

Also, on the Dashboard an information pane shows WordPress 3.7 is available! Please update now.
Shouldn't that show something as A new language pack is available. Please update now. ?

The language upload process itself works fine.

A screenshot is available at http://imgur.com/dxoZNoY.

Change History (5)

#1 @ocean90
10 years ago

  • Version 3.7 deleted

Yes, we should change this probably.

But the message is not specific for 3.7. You have to go to the "wp-admin/update-core.php" screen and push the "Hide this Update" / "Dieses Update ausblenden" button.

#2 @nacin
10 years ago

We'll ideally be overhauling and eliminating this separate local package thing in 3.8.

#4 follow-up: @helen
8 years ago

Is this still applicable?

#5 in reply to: ↑ 4 @netweb
8 years ago

  • Keywords needs-patch removed
  • Milestone Awaiting Review deleted
  • Resolution set to fixed
  • Status changed from new to closed

Replying to helen:

Is this still applicable?

No, now fixed, I cannot find nor think of a specific changeset or ticket to use as a reference though, marking as fixed all the same.

Note: See TracTickets for help on using tickets.