Skip to content

Commit 989fa98

Browse files
Update templates/post_type_extended.mustache
Co-authored-by: Alain Schlesser <[email protected]>
1 parent a68b75f commit 989fa98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/post_type_extended.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ add_filter( 'post_updated_messages', '{{machine_name}}_updated_messages' );
4848
* Sets the bulk post updated messages for the `{{machine_name}}` post type.
4949
*
5050
* @param array $bulk_messages Arrays of messages, each keyed by the corresponding post type. Messages are
51-
* keyed with 'updated', 'locked', 'deleted', 'trashed', and 'untrashed'.
51+
* keyed with 'updated', 'locked', 'deleted', 'trashed', and 'untrashed'.
5252
* @param int[] $bulk_counts Array of item counts for each message, used to build internationalized strings.
5353
* @return array Bulk messages for the `{{machine_name}}` post type.
5454
*/

0 commit comments

Comments
 (0)