r65678 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r65677
|
r65678
|
r65679
>
Date:
03:01, 30 April 2010
Author:
juliano
Status:
deferred
Tags:
Comment:
Work around some weird PHP bug.
Modified paths:
/trunk/extensions/Wikilog/WikilogUtils.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Wikilog/WikilogUtils.php
—
—
@@ -405,10 +405,10 @@
406
406
class WikilogNavbar
407
407
{
408
408
static $pagingLabels = array(
409
- 'prev' => "‹ $1",
410
- 'next' => "$1 ›",
411
- 'first' => "« $1",
412
- 'last' => "$1 »"
409
+ 'prev' => '‹ $1',
410
+ 'next' => '$1 ›',
411
+ 'first' => '« $1',
412
+ 'last' => '$1 »'
413
413
);
414
414
static $linkTextMsgs = array(
415
415
# pages style: « first ‹ previous 20 ... next 20 › last »
Status & tagging log
17:40, 14 October 2010
MaxSem
(
talk
|
contribs
)
changed the
status
of r65678
[
removed:
new
added:
deferred]