* Better example date in preferences
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Mon, 1 May 2006 10:28:35 +0000 (10:28 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Mon, 1 May 2006 10:28:35 +0000 (10:28 +0000)
includes/SpecialPreferences.php

index 057d84a..8b972b0 100644 (file)
@@ -781,7 +781,7 @@ class PreferencesForm {
                if ($dateopts) {
                        $wgOut->addHTML( "<fieldset>\n<legend>" . wfMsg( 'dateformat' ) . "</legend>\n" );
                        $idCnt = 0;
-                       $epoch = '20010115161234';
+                       $epoch = '20010408091234';
                        foreach($dateopts as $key => $option) {
                                if( $key == MW_DATE_DEFAULT ) {
                                        $formatted = wfMsgHtml( 'datedefault' );