Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#4867 closed defect (bug) (fixed)

Possible for no WordPress version number to be shown in footer

Reported by: viper007bond's profile Viper007Bond Owned by: westi's profile westi
Milestone: 2.3 Priority: high
Severity: minor Version: 2.3
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

For whatever reason, get_option( 'update_core' )->response is currently set to NULL on one of my latest SVN installs. This is causing no version number to be displayed in the footer.

Attached is a screenshot as proof as well as a patch which makes core_update_footer() fall back to just displaying the install's version number if it doesn't know anything about the latest version.

Attachments (2)

wpfooter.png (8.6 KB) - added by Viper007Bond 17 years ago.
No version number is being displayed
update.patch (711 bytes) - added by Viper007Bond 17 years ago.
Fall back to just displaying the version number

Download all attachments as: .zip

Change History (4)

@Viper007Bond
17 years ago

No version number is being displayed

@Viper007Bond
17 years ago

Fall back to just displaying the version number

#1 @westi
17 years ago

  • Owner changed from anonymous to westi
  • Status changed from new to assigned

Hmm - maybe #4796 wasn't as bogus as it sounded :-(

Fix looks sensible

#2 @westi
17 years ago

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

(In [5987]) Ensure we always show the current version in the footer if the last update check failed. Fixes #4867 props Viper007Bond

Note: See TracTickets for help on using tickets.