Index: trunk/extensions/FlaggedRevs/FlaggedRevsPage.body.php |
— | — | @@ -707,6 +707,9 @@ |
708 | 708 | if( !is_null($allnamespaces) ) { |
709 | 709 | $arr = array($allnamespaces => wfMsg('namespacesall')) + $arr; |
710 | 710 | } |
| 711 | + |
| 712 | + $s .= "\t" . Xml::element("option", array("value" => "all"), "all") . "\n"; |
| 713 | + |
711 | 714 | foreach ($arr as $index => $name) { |
712 | 715 | # Content only |
713 | 716 | if ($index < NS_MAIN || !in_array($index, $wgContentNamespaces) ) continue; |