diff --git a/src/wp-admin/includes/post.php b/src/wp-admin/includes/post.php index 3f63d23611..714e42dc5b 100644 --- a/src/wp-admin/includes/post.php +++ b/src/wp-admin/includes/post.php @@ -198,7 +198,7 @@ function _wp_translate_postdata( $update = false, $post_data = null ) { /** * Returns only allowed post data fields * - * @since 4.9.9 + * @since 5.0.1 * * @param array $post_data Array of post data. Defaults to the contents of $_POST. * @return object|bool WP_Error on failure, true on success.