Changeset 44334 for trunk/src/wp-includes/post.php
- Timestamp:
- 12/19/2018 04:38:51 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r44215 r44334 2028 2028 * Updates a post meta field based on the given post ID. 2029 2029 * 2030 * Use the $prev_valueparameter to differentiate between meta fields with the2030 * Use the `$prev_value` parameter to differentiate between meta fields with the 2031 2031 * same key and post ID. 2032 2032 * 2033 2033 * If the meta field for the post does not exist, it will be added and its ID returned. 2034 * 2035 * Can be used in place of add_post_meta(). 2034 2036 * 2035 2037 * @since 1.5.0
Note: See TracChangeset
for help on using the changeset viewer.