Page MenuHomePhabricator
Authored By
bzimport
Nov 21 2014, 10:34 PM
Size
612 B
Referenced Files
None
Subscribers
None

diff.txt

Index: trunk/phase3/includes/ProtectionForm.php
===================================================================
--- trunk/phase3/includes/ProtectionForm.php (revision 49650)
+++ trunk/phase3/includes/ProtectionForm.php (working copy)
@@ -192,7 +192,7 @@
$titles .= '* [[:' . $title->getPrefixedText() . "]]\n";
}
- $wgOut->wrapWikiMsg( "$1\n$titles", array( 'protect-cascadeon', count($cascadeSources) ) );
+ $wgOut->wrapWikiMsg( "<div id=\"mw-protect-cascadeon\">$1\n".$titles."</div>", array( 'protect-cascadeon', count($cascadeSources) ) );
}
$sk = $wgUser->getSkin();

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5144
Default Alt Text
diff.txt (612 B)

Event Timeline