Index: trunk/phase3/includes/ProtectionForm.php |
— | — | @@ -192,7 +192,7 @@ |
193 | 193 | $titles .= '* [[:' . $title->getPrefixedText() . "]]\n"; |
194 | 194 | } |
195 | 195 | |
196 | | - $wgOut->wrapWikiMsg( "$1\n$titles", array( 'protect-cascadeon', count($cascadeSources) ) ); |
| 196 | + $wgOut->wrapWikiMsg( "<div id=\"mw-protect-cascadeon\">$1\n" . $titles . "</div>", array( 'protect-cascadeon', count($cascadeSources) ) ); |
197 | 197 | } |
198 | 198 | |
199 | 199 | $sk = $wgUser->getSkin(); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -125,6 +125,7 @@ |
126 | 126 | $wgSysopEmailBans |
127 | 127 | * (bug 16912) Tooltips on images with link= disappear |
128 | 128 | * (bug 18389) Localise numbers in EXIF data |
| 129 | +* (bug 18522) Wrap MediaWiki:Protect-cascadeon in a div for identification |
129 | 130 | |
130 | 131 | == API changes in 1.16 == |
131 | 132 | |