Make WordPress Core


Ignore:
Timestamp:
03/22/2018 08:26:06 PM (7 years ago)
Author:
johnbillion
Message:

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

See #41756

File:
1 edited

Legend:

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

    r42719 r42871  
    254254 *
    255255 * @param int   $link_id         ID of the link to update.
    256  * @param array $link_categories Array of link categories to add the link to.
     256 * @param int[] $link_categories Array of link category IDs to add the link to.
    257257 */
    258258function wp_set_link_cats( $link_id = 0, $link_categories = array() ) {
Note: See TracChangeset for help on using the changeset viewer.