Docs: Use a third-person singular verb for `register_post_type_args` filter added in [34242].

See #37770.

git-svn-id: https://develop.svn.wordpress.org/trunk@38610 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-09-14 21:57:13 +00:00
parent 2f9762b668
commit a82723c64e
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ final class WP_Post_Type {
$args = wp_parse_args( $args );
/**
* Filter the arguments for registering a post type.
* Filters the arguments for registering a post type.
*
* @since 4.4.0
*