Changeset 42664 for trunk/src/wp-includes/post.php
- Timestamp:
- 02/07/2018 10:12:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r42588 r42664 4100 4100 * @param int $post_id Optional. The Post ID. Does not default to the ID of the global $post. 4101 4101 * @param string|array $tags Optional. An array of terms to set for the post, or a string of terms 4102 * separated by commas. Default empty. 4102 * separated by commas. Hierarchical taxonomies must always pass IDs rather 4103 * than names so that children with the same names but different parents 4104 * aren't confused. Default empty. 4103 4105 * @param string $taxonomy Optional. Taxonomy name. Default 'post_tag'. 4104 4106 * @param bool $append Optional. If true, don't delete existing terms, just add on. If false,
Note: See TracChangeset
for help on using the changeset viewer.