Docs: Update @since tag for edit_post_{$post->post_type} hook introduced in [43535].

Props garrett-eclipse.
Fixes #34706.

git-svn-id: https://develop.svn.wordpress.org/trunk@44347 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2018-12-20 02:18:43 +00:00
parent a5e6c8a7d8
commit cd9e00cd86

View File

@@ -3885,7 +3885,7 @@ function wp_insert_post( $postarr, $wp_error = false ) {
* The dynamic portion of the hook name, `$post->post_type`, refers to
* the post type slug.
*
* @since 4.9.9
* @since 5.1.0
*
* @param int $post_ID Post ID.
* @param WP_Post $post Post object.