Meta: Add a missing `@since` param for `wp_object_type_exists()`.

See #35658

Built from https://develop.svn.wordpress.org/trunk@38038


git-svn-id: http://core.svn.wordpress.org/trunk@37979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2016-07-12 13:21:29 +00:00
parent 97bf32c66a
commit 3a7137a7a5
2 changed files with 3 additions and 1 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.
*/

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-beta2-38037';
$wp_version = '4.6-beta2-38038';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.