30 if ( $this->section ===
'new' &&
31 !$this->allowBlankSubject &&
32 trim( $this->subject ) ===
''
34 return PageEditStatus::newGood( self::AS_SUMMARY_NEEDED )
37 'missingcommentheader',
38 $this->submitButtonLabel,
42 return PageEditStatus::newGood();