Make WordPress Core

Ticket #50753: 50753.diff

File 50753.diff, 598 bytes (added by audrasjb, 5 years ago)

Fix inline docs

  • src/wp-includes/taxonomy.php

    diff --git a/src/wp-includes/taxonomy.php b/src/wp-includes/taxonomy.php
    index c75d60c6c7..05eecfe436 100644
    a b function wp_get_object_terms( $object_ids, $taxonomies, $args = array() ) { 
    21582158 *
    21592159 * @since 2.3.0
    21602160 *
    2161  * @param string       $term     The term name to add or update.
     2161 * @param string       $term     The term name to add.
    21622162 * @param string       $taxonomy The taxonomy to which to add the term.
    21632163 * @param array|string $args {
    21642164 *     Optional. Array or string of arguments for inserting a term.