Make WordPress Core


Ignore:
Timestamp:
11/05/2019 09:28:51 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Docs on docs. Further improve documentation of known return types, plus other docs fixes.

See #48303

File:
1 edited

Legend:

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

    r45583 r46662  
    7474 * @param string[] $categories Array of category names to create.
    7575 * @param int      $post_id    Optional. The post ID. Default empty.
    76  * @return array List of categories to create for the given post.
     76 * @return int[] Array of IDs of categories assigned to the given post.
    7777 */
    7878function wp_create_categories( $categories, $post_id = '' ) {
Note: See TracChangeset for help on using the changeset viewer.