X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FTitle.php;h=3c51baebe2cc4611d1a266f662af119e9cb99905;hb=e758226c91935a1df2b6fd3ed1f18922d8bfb45b;hp=213572b95bc245c70958c18ae17cbe32394d5439;hpb=939199bcea28a3b13c49c0f808d11d415660b924;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Title.php b/includes/Title.php index 213572b95b..3c51baebe2 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1412,7 +1412,6 @@ class Title implements LinkTarget { $fragment, $this->getInterwiki() ); - } /** @@ -2926,7 +2925,6 @@ class Title implements LinkTarget { # Cycle through all the restrictions. foreach ( $rows as $row ) { - // Don't take care of restrictions types that aren't allowed if ( !in_array( $row->pr_type, $restrictionTypes ) ) { continue; @@ -4600,7 +4598,6 @@ class Title implements LinkTarget { : $wgExemptFromUserRobotsControl; return !in_array( $this->mNamespace, $bannedNamespaces ); - } /**