mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-15 12:00:44 +00:00
fix typo: use 'parseinline' with wfMsgExt, not 'parserinline'
This commit is contained in:
parent
a0dea951ad
commit
96bc20d349
|
@ -374,7 +374,7 @@ class CategoryTree {
|
|||
|
||||
if ( !$allowMissing && !$title->getArticleID() ) {
|
||||
$html .= Xml::openElement( 'span', array( 'class' => 'CategoryTreeNotice' ) );
|
||||
$html .= wfMsgExt( 'categorytree-not-found', 'parserinline', htmlspecialchars( $category ) );
|
||||
$html .= wfMsgExt( 'categorytree-not-found', 'parseinline', htmlspecialchars( $category ) );
|
||||
$html .= Xml::closeElement( 'span' );
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue