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/edit.php

    r42719 r42871  
    330330 * @since 3.7.0
    331331 *
    332  * @param array $bulk_messages Arrays of messages, each keyed by the corresponding post type. Messages are
    333  *                             keyed with 'updated', 'locked', 'deleted', 'trashed', and 'untrashed'.
    334  * @param array $bulk_counts   Array of item counts for each message, used to build internationalized strings.
     332 * @param array[] $bulk_messages Arrays of messages, each keyed by the corresponding post type. Messages are
     333 *                               keyed with 'updated', 'locked', 'deleted', 'trashed', and 'untrashed'.
     334 * @param int[]  $bulk_counts   Array of item counts for each message, used to build internationalized strings.
    335335 */
    336336$bulk_messages = apply_filters( 'bulk_post_updated_messages', $bulk_messages, $bulk_counts );
Note: See TracChangeset for help on using the changeset viewer.