Index: trunk/phase3/languages/classes/LanguageWa.php |
— | — | @@ -25,6 +25,7 @@ |
26 | 26 | ## # "<day> d' <monthname>" for months starting with a vowel |
27 | 27 | ## # |
28 | 28 | function date( $ts, $adj = false, $format = true, $tc = false ) { |
| 29 | + $ts = wfTimestamp( TS_MW, $ts ); |
29 | 30 | if ( $adj ) { $ts = $this->userAdjust( $ts, $tc ); } |
30 | 31 | $datePreference = $this->dateFormat( $format ); |
31 | 32 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -137,6 +137,7 @@ |
138 | 138 | * (bug 27201) Special:WhatLinksHere output no longer contains duplicate IDs |
139 | 139 | * (bug 15905) Nostalgia skin could become more usable by including a Talk: |
140 | 140 | link at the top of the page |
| 141 | +* (bug 27560) Search queries no longer fail in walloon language |
141 | 142 | |
142 | 143 | === API changes in 1.18 === |
143 | 144 | * (bug 26339) Throw warning when truncating an overlarge API result |