From a501d6c8be242dce7bcff0e14b145953057ff7ba Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 12 Jul 2016 13:20:55 +0000 Subject: [PATCH] Meta: Add a missing `@since` param for `wp_object_type_exists()`. See #35658 git-svn-id: https://develop.svn.wordpress.org/trunk@38038 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index ee92179352..84ca8add6c 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -5360,6 +5360,8 @@ function mysql_to_rfc3339( $date_string ) { /** * Check if an object type exists. By default, these are `post`, `comment`, `user`, and `term`. * + * @since 4.6.0 + * * @param string $object_type Object type to check. * @return bool True if the object type exists, false if not. */