58 $defaultMessageText = $this->title->getDefaultMessageText();
59 if ( $this->title->getNamespace() ===
NS_MEDIAWIKI && $defaultMessageText !==
false ) {
60 $defaultText = $defaultMessageText;
65 if ( !$this->allowBlank && $this->userProvidedText === $defaultText ) {
66 $this->result = self::CONSTRAINT_FAILED;
68 $this->result = self::CONSTRAINT_PASSED;