diff --git a/templates/post_type_extended.mustache b/templates/post_type_extended.mustache index 9fea44aa..8c0a1fd1 100644 --- a/templates/post_type_extended.mustache +++ b/templates/post_type_extended.mustache @@ -8,7 +8,7 @@ function {{machine_name}}_init() { } add_action( 'init', '{{machine_name}}_init' ); -/** +/** * Sets the post updated messages for the `{{machine_name}}` post type. * * @param array $messages Post updated messages.