mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 22:24:36 +00:00
Docs: Further corrections and promotions for docblocks relating to object types.
See #50768 git-svn-id: https://develop.svn.wordpress.org/trunk@49197 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1303,7 +1303,7 @@ function get_category_children( $id, $before = '/', $after = '', $visited = arra
|
||||
*
|
||||
* @link https://developer.wordpress.org/reference/functions/get_all_category_ids/
|
||||
*
|
||||
* @return object List of all of the category IDs.
|
||||
* @return int[] List of all of the category IDs.
|
||||
*/
|
||||
function get_all_category_ids() {
|
||||
_deprecated_function( __FUNCTION__, '4.0.0', 'get_terms()' );
|
||||
|
||||
Reference in New Issue
Block a user