diff --git a/wp-includes/class-wp-post-type.php b/wp-includes/class-wp-post-type.php index c08ca5e5bc..0b1d3c00e9 100644 --- a/wp-includes/class-wp-post-type.php +++ b/wp-includes/class-wp-post-type.php @@ -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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 9683f79da5..14f35e21e5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38609'; +$wp_version = '4.7-alpha-38610'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.