Merge "docs: Replace CategoryTreeFunctions.php by CategoryTree"

This commit is contained in:
jenkins-bot 2024-11-04 14:58:30 +00:00 committed by Gerrit Code Review
commit beebea9bfb
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@ class CategoryTree {
/**
* Custom tag implementation. This is called by Hooks::parserHook, which is used to
* load CategoryTreeFunctions.php on demand.
* load CategoryTree on demand.
* @param string $category
* @param bool $hideroot
* @param array $attr

View file

@ -180,7 +180,7 @@ class Hooks implements
/**
* Entry point for the <categorytree> tag parser hook.
* This loads CategoryTreeFunctions.php and calls CategoryTree::getTag()
* This loads CategoryTree and calls CategoryTree::getTag()
* @param string|null $cat
* @param array $argv
* @param Parser|null $parser