Make WordPress Core

Opened 16 years ago

Closed 15 years ago

#16021 closed defect (bug) (fixed)

Localization mistake in /wp-admin/network/update-core.php

Reported by: settle Owned by:
Priority: normal Milestone: 3.2
Component: Upgrade/Install Version: 3.1
Severity: minor Keywords: has-patch
Cc: Focuses:

Description

I'm using WP NightBuild.
When I open http://localhost/wp-admin/network/update-core.php , it says that there is a new version of WP (although sometimes there is no new version), it also suggests me to update to latest nightbuild or download it manually.

But below it is written that I'm going to install 3.0.3 (latest stable version).
This mistake is only visible in non-english admin panel.

You can see the problem in screenshot
http://blog.lrytas.lt/settle/files/2010/12/screenshot1.1.png

Attachments (1)

16021.patch (1010 bytes ) - added by SergeyBiryukov 16 years ago.

Download all attachments as: .zip

Change History (7)

#1 @SergeyBiryukov
16 years ago

I guess it's related to the update API rather than localization itself.

http://api.wordpress.org/core/version-check/1.5/ returns only current stable release.

#2 follow-up: @ocean90
16 years ago

  • Component I18NUpgrade/Install

I think this string should be hidden if you are using a development version.


it says that there is a new version of WP (although sometimes there is no new version)

Because you are using a development version.

#3 in reply to: ↑ 2 @SergeyBiryukov
16 years ago

Replying to ocean90:

I think this string should be hidden if you are using a development version.

Created the patch for this.

#4 @ocean90
16 years ago

  • Keywords has-patch dev-feedback added

#5 @dd32
16 years ago

  • Keywords 3.2-early added; dev-feedback removed
  • Milestone Awaiting ReviewFuture Release

Will take a look at this in 3.2

#6 @ocean90
15 years ago

  • Keywords 3.2-early removed
  • Milestone Future Release3.2
  • Resolutionfixed
  • Status newclosed

Fixed in r18224.

Note: See TracTickets for help on using tickets.