docs: Replace CategoryTreeFunctions.php by CategoryTree

In 8e51ea4e3a CategoryTreeFunctions.php
was renamed to includes/CategoryTree.php. The class name was already
CategoryTree.

Change-Id: I2734c92810df0f653ae1ea402a149e42e7be08cb
This commit is contained in:
Fomafix 2024-11-02 10:11:57 +00:00 committed by Jforrester
parent 2b55cfe576
commit 46defa6251
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