From 6bbb34818c09ebc3013839debaa7e128f8753953 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 4 Feb 2016 14:38:28 +0000 Subject: [PATCH] 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 --- wp-includes/category.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/category.php b/wp-includes/category.php index 9f1064e282..f4f3373ac9 100644 --- a/wp-includes/category.php +++ b/wp-includes/category.php @@ -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 = '' ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 600eff3749..4ea5c38c1b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.