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
This commit is contained in:
John Blackbourn 2016-07-12 13:20:55 +00:00
parent 7083cd200a
commit a501d6c8be
1 changed files with 2 additions and 0 deletions

View File

@ -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.
*/