mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
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:
parent
2b55cfe576
commit
46defa6251
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue