Changeset 42871 for trunk/src/wp-admin/edit.php
- Timestamp:
- 03/22/2018 08:26:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit.php
r42719 r42871 330 330 * @since 3.7.0 331 331 * 332 * @param array $bulk_messages Arrays of messages, each keyed by the corresponding post type. Messages are333 * 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. 335 335 */ 336 336 $bulk_messages = apply_filters( 'bulk_post_updated_messages', $bulk_messages, $bulk_counts );
Note: See TracChangeset
for help on using the changeset viewer.