From 94e8000c789191694344c47b1fb3740c57845c33 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sat, 23 Dec 2006 12:30:08 +0000 Subject: [PATCH] (bug 8271) Show full time and date on viewer for individual deleted revisions --- RELEASE-NOTES | 3 ++- includes/SpecialUndelete.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1d3c78b666..e07055d0ad 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -389,7 +389,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Fix regression in email password resets on read-restricted sites * Set tabindex on fields in deletion form so you don't have to tab through the links in the sitenotice - +* (bug 8271) Show full time and date on viewer for individual deleted + revisions == Languages updated == diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index f152f64d64..d390ed65ad 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -521,7 +521,7 @@ class UndeleteForm { $wgOut->setPagetitle( wfMsg( "undeletepage" ) ); $wgOut->addWikiText( "(" . wfMsg( "undeleterevision", - $wgLang->date( $timestamp ) ) . ")\n" ); + $wgLang->timeAndDate( $timestamp ) ) . ")\n" ); if( !$rev ) { $wgOut->addWikiText( wfMsg( 'undeleterevision-missing' ) ); -- 2.20.1