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

View File

@ -366,7 +366,7 @@ final class WP_Post_Type {
$args = wp_parse_args( $args ); $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 * @since 4.4.0
* *