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

See #32246.

Built from https://develop.svn.wordpress.org/trunk@36475


git-svn-id: http://core.svn.wordpress.org/trunk@36442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-02-04 14:38:28 +00:00
parent 26bf8cda9b
commit 6bbb34818c
2 changed files with 3 additions and 3 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 = '' ) {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36474';
$wp_version = '4.5-alpha-36475';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.