71 if (
$data !==
null ) {
72 foreach (
$data as $k => $v ) {
73 if ( substr( $k, 0, 1 ) ===
'_' ) {
74 throw new InvalidArgumentException(
'Keys in $data beginning with "_" are reserved' );
79 if ( $comment instanceof
Message ) {
82 $text =
$message->inLanguage( MediaWikiServices::getInstance()->getContentLanguage() )
83 ->setInterfaceMessageFlag(
true )