r5366 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r5365
|
r5366
|
r5367
>
Date:
19:05, 21 September 2004
Author:
kateturner
Status:
old
Tags:
Comment:
remove extraneous wfDebug
Modified paths:
/trunk/phase3/includes/Parser.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Parser.php
—
—
@@ -1857,7 +1857,6 @@
1858
1858
$text = '';
1859
1859
$nsec = 0;
1860
1860
for( $i = 0; $i < count($matches); $i += 2 ) {
1861
- wfDebug("text=[".$matches[$i]."] heading=[".$matches[$i+1]."]\n");
1862
1861
$text .= $matches[$i];
1863
1862
if (!isset($matches[$i + 1]) || $matches[$i + 1] == "") continue;
1864
1863
$hl = $matches[$i + 1];
Status & tagging log
01:56, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r5366
[
removed:
new
added:
old]