Make WordPress Core


Ignore:
Timestamp:
10/18/2020 08:52:01 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Further corrections and promotions for docblocks relating to object types.

See #50768

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/deprecated.php

    r49188 r49197  
    13041304 * @link https://developer.wordpress.org/reference/functions/get_all_category_ids/
    13051305 *
    1306  * @return object List of all of the category IDs.
     1306 * @return int[] List of all of the category IDs.
    13071307 */
    13081308function get_all_category_ids() {
Note: See TracChangeset for help on using the changeset viewer.