Make WordPress Core


Ignore:
Timestamp:
06/21/2013 12:45:11 PM (12 years ago)
Author:
SergeyBiryukov
Message:

PHPDoc fixes and additions. fixes #24616.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/meta.php

    r23591 r24490  
    2727 *      unique for the object. If true, and the object already has a value for the specified
    2828 *      metadata key, no change will be made
    29  * @return bool The meta ID on successful update, false on failure.
     29 * @return int|bool The meta ID on successful update, false on failure.
    3030 */
    3131function add_metadata($meta_type, $object_id, $meta_key, $meta_value, $unique = false) {
Note: See TracChangeset for help on using the changeset viewer.