X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FTitle.php;h=e54c35e60446b89b36400c7fc3a2af9ab5000285;hb=4db800ee441d51a36861d02a54476c9ded26b0f7;hp=b347edbb6ad98a5ed6cb7794f0af8ac487bb927f;hpb=691915f62cf89d5c78042c8250b7a62d51eb4afc;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Title.php b/includes/Title.php index b347edbb6a..e54c35e604 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -206,7 +206,7 @@ class Title { * @return TitleFormatter */ private static function getTitleFormatter() { - //NOTE: we know that getTitleParser() returns a MediaWikiTitleCodec, + // NOTE: we know that getTitleParser() returns a MediaWikiTitleCodec, // which implements TitleFormatter. return self::getTitleParser(); } @@ -2944,7 +2944,7 @@ class Title { $this->mRestrictions['move'] = explode( ',', trim( $temp[0] ) ); } else { $restriction = trim( $temp[1] ); - if ( $restriction != '' ) { //some old entries are empty + if ( $restriction != '' ) { // some old entries are empty $this->mRestrictions[$temp[0]] = explode( ',', $restriction ); } }