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:
parent
7083cd200a
commit
a501d6c8be
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user