Changeset 24490 for trunk/wp-includes/meta.php
- Timestamp:
- 06/21/2013 12:45:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/meta.php
r23591 r24490 27 27 * unique for the object. If true, and the object already has a value for the specified 28 28 * 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. 30 30 */ 31 31 function add_metadata($meta_type, $object_id, $meta_key, $meta_value, $unique = false) {
Note: See TracChangeset
for help on using the changeset viewer.