r51546 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r51545
|
r51546
|
r51547
>
Date:
17:05, 6 June 2009
Author:
siebrand
Status:
ok
Tags:
Comment:
Follow-up to
r51543
: Fix syntax error in ImageGallery.php
Modified paths:
/trunk/phase3/includes/ImageGallery.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/ImageGallery.php
—
—
@@ -254,8 +254,8 @@
255
255
$sk->link(
256
256
$nt,
257
257
htmlspecialchars( $nt->getText() ),
258
- array()
259
258
array(),
259
+ array(),
260
260
array( 'known', 'noclasses' )
261
261
) .
262
262
'</div>';
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r51543
* replace use of deprecated makeLink() by link() in core...
siebrand
17:00, 6 June 2009
Status & tagging log
02:33, 11 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r51546
[
removed:
new
added:
ok]