65 $defaultMessageText = $this->title->getDefaultMessageText();
66 if ( $this->title->getNamespace() ===
NS_MEDIAWIKI && $defaultMessageText !==
false ) {
67 $defaultText = $defaultMessageText;
72 if ( !$this->allowBlank && $this->userProvidedText === $defaultText ) {
73 $this->result = self::CONSTRAINT_FAILED;
75 $this->result = self::CONSTRAINT_PASSED;