Make WordPress Core

Changeset 35975


Ignore:
Timestamp:
12/16/2015 07:58:40 PM (9 years ago)
Author:
swissspidy
Message:

Docs: Clarify the return value for wp_create_categories().

See #32246.

File:
1 edited

Legend:

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

    r34717 r35975  
    6666 * @param array $categories List of categories to create.
    6767 * @param int   $post_id    Optional. The post ID. Default empty.
    68  * @return List of categories to create for the given post.
     68 * @return array List of categories to create for the given post.
    6969 */
    7070function wp_create_categories( $categories, $post_id = '' ) {
Note: See TracChangeset for help on using the changeset viewer.