Hide title if DELETED_ACTION is on, but don't worry about type/action, which isn...
[lhc/web/wiklou.git] / includes / Metadata.php
index e67b089..0b4fbf8 100644 (file)
@@ -118,7 +118,7 @@ abstract class RdfMetaData {
                global $wgContLang;
 
                if( $user->isAnon() ){
-                       $this->element( $name, wfMsg( 'anonymous' ), 1 );
+                       $this->element( $name, wfMsgExt( 'anonymous', array( 'parsemag' ), 1 ) );
                } else if( $real = $user->getRealName() ) {
                        $this->element( $name, $real );
                } else {