Docs: Reference `get_terms()` for arguments available in `get_categories()`.

See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@36475 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-02-04 14:37:07 +00:00
parent 9f52463206
commit 66d8f82d2e
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@
*
* @since 2.1.0
* @see get_terms() Type of arguments that can be changed.
* @link https://codex.wordpress.org/Function_Reference/get_categories
*
* @param string|array $args Optional. Change the defaults retrieving categories.
* @param string|array $args Optional. Arguments to retrieve categories. See {@see get_terms()} for available arguments.
* Default empty.
* @return array List of categories.
*/
function get_categories( $args = '' ) {