From 66d8f82d2ec7274435a808f332b95d56cafb21b0 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 4 Feb 2016 14:37:07 +0000 Subject: [PATCH] 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 --- src/wp-includes/category.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/category.php b/src/wp-includes/category.php index 9f1064e282..f4f3373ac9 100644 --- a/src/wp-includes/category.php +++ b/src/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 = '' ) {