Index: branches/REL1_4/phase3/includes/Article.php |
— | — | @@ -188,7 +188,7 @@ |
189 | 189 | $this->loadContent( $noredir ); |
190 | 190 | # check if we're displaying a [[User talk:x.x.x.x]] anonymous talk page |
191 | 191 | if ( $this->mTitle->getNamespace() == NS_USER_TALK && |
192 | | - preg_match('/^\d{1,3}\.\d{1,3}.\d{1,3}\.\d{1,3}$/',$this->mTitle->getText()) && |
| 192 | + preg_match('/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/',$this->mTitle->getText()) && |
193 | 193 | $action=='view' |
194 | 194 | ) { |
195 | 195 | wfProfileOut( $fname ); |