Make WordPress Core


Ignore:
Timestamp:
03/25/2018 06:09:56 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

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

    r42343 r42875  
    7171 * @since 2.0.0
    7272 *
    73  * @param array $categories List of categories to create.
    74  * @param int   $post_id    Optional. The post ID. Default empty.
     73 * @param string[] $categories Array of category names to create.
     74 * @param int      $post_id    Optional. The post ID. Default empty.
    7575 * @return array List of categories to create for the given post.
    7676 */
Note: See TracChangeset for help on using the changeset viewer.