Make WordPress Core

Changeset 38038


Ignore:
Timestamp:
07/12/2016 01:20:55 PM (8 years ago)
Author:
johnbillion
Message:

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

See #35658

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r38028 r38038  
    53615361 * Check if an object type exists. By default, these are `post`, `comment`, `user`, and `term`.
    53625362 *
     5363 * @since 4.6.0
     5364 *
    53635365 * @param  string $object_type Object type to check.
    53645366 * @return bool                True if the object type exists, false if not.
Note: See TracChangeset for help on using the changeset viewer.