Changeset 43582 for trunk/src/wp-includes/meta.php
- Timestamp:
- 08/27/2018 02:27:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/meta.php
r43571 r43582 151 151 * @param mixed $prev_value Optional. If specified, only update existing metadata entries with 152 152 * the specified value. Otherwise, update all entries. 153 * @return int|bool Meta ID if the key didn't exist, true on successful update, false on failure. 153 * @return int|bool The new meta field ID if a field with the given key didn't exist and was 154 * therefore added, true on successful update, false on failure. 154 155 */ 155 156 function update_metadata( $meta_type, $object_id, $meta_key, $meta_value, $prev_value = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.