Changeset 19702 for trunk/wp-includes/post.php
- Timestamp:
- 01/06/2012 06:31:43 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r19684 r19702 2888 2888 * @param int $post_id Post ID. 2889 2889 * @param string $tags The tags to set for the post, separated by commas. 2890 * @param string $taxonomy Taxonomy name. Defaults to 'post_tag'. 2890 2891 * @param bool $append If true, don't delete existing tags, just add on. If false, replace the tags with the new tags. 2891 2892 * @return mixed Array of affected term IDs. WP_Error or false on failure.
Note: See TracChangeset
for help on using the changeset viewer.