Make WordPress Core

Changeset 33238


Ignore:
Timestamp:
07/13/2015 09:56:53 PM (10 years ago)
Author:
DrewAPicture
Message:

Fix formatting in the DocBlock for _split_shared_term().

See #32246. See #32891.

File:
1 edited

Legend:

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

    r33022 r33238  
    33653365
    33663366    // If we didn't get a unique slug, try appending a number to make it unique.
     3367
    33673368    /**
    33683369     * Filter whether the proposed unique term slug is bad.
     
    42144215
    42154216/**
    4216  * Create a new term for a term_taxonomy item that currently shares its term with another term_taxonomy.
     4217 * Create a new term for a term_taxonomy item that currently shares its term
     4218 * with another term_taxonomy.
    42174219 *
    42184220 * @ignore
    42194221 * @since 4.2.0
    4220  * @since 4.3.0 Introduced `$record` parameter. `$term_id` and `$term_taxonomy_id` can now accept objects.
     4222 * @since 4.3.0 Introduced `$record` parameter. Also, `$term_id` and
     4223 *              `$term_taxonomy_id` can now accept objects.
    42214224 *
    42224225 * @global wpdb $wpdb
Note: See TracChangeset for help on using the changeset viewer.