Changeset 47610 for trunk/src/wp-includes/post.php
- Timestamp:
- 04/22/2020 09:38:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r47582 r47610 2137 2137 * @param string $meta_key Metadata key. 2138 2138 * @param mixed $meta_value Metadata value. Must be serializable if non-scalar. 2139 * @param mixed $prev_value Optional. Previous value to check before updating. 2139 * @param mixed $prev_value Optional. Previous value to check before updating. Default empty. 2140 2140 * @return int|bool The new meta field ID if a field with the given key didn't exist and was 2141 2141 * therefore added, true on successful update, false on failure.
Note: See TracChangeset
for help on using the changeset viewer.