Lucas_Werkmeister_WMDE added a comment.
Nevermind, the class is still used, it’s just not as easily greppable anymore.
name=templates.php
$templates['wikibase-entitytermsview-heading-part'] =
<<<HTML
<div class="wikibase-entitytermsview-heading-$1 $2">$3</div>
HTML;
name=SimpleEntityTermsView.php
$headingPartsHtml .= $this->templateFactory->render(
'wikibase-entitytermsview-heading-part',
'description',
$description === null ? 'wb-empty' : '',
$this->getDescriptionHtml( $description )
);
So `$1` is `description` and the HTML becomes `<div
class="wikibase-entitytermsview-heading-description wb-empty">` (or without the
`wb-empty`).
TASK DETAIL
https://phabricator.wikimedia.org/T320445
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Lucas_Werkmeister_WMDE
Cc: Lydia_Pintscher, Ainali, Michael, Lucas_Werkmeister_WMDE, JeanFred,
Aklapper, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE,
Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden,
LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]