Make WordPress Core


Ignore:
Timestamp:
02/07/2018 10:12:50 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Copy a helpful inline doc into the function header for visibility.

See #42505

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r42588 r42664  
    41004100 * @param int          $post_id  Optional. The Post ID. Does not default to the ID of the global $post.
    41014101 * @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.
    41034105 * @param string       $taxonomy Optional. Taxonomy name. Default 'post_tag'.
    41044106 * @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.