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:
parent
2f9762b668
commit
a82723c64e
@ -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
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user