Merge "Stop exposing hidden categories in siteinfo"

This commit is contained in:
jenkins-bot 2024-04-04 21:46:46 +00:00 committed by Gerrit Code Review
commit 8ac1565567

View file

@ -168,7 +168,6 @@ class Hooks implements
'high' => $catManager->getHighPriority(),
'medium' => $catManager->getMediumPriority(),
'low' => $catManager->getLowPriority(),
'none' => $catManager->getNonePriority(),
];
}