Make WordPress Core


Ignore:
Timestamp:
12/10/2020 11:57:29 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements.

See #51800

File:
1 edited

Legend:

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

    r49451 r49790  
    3939     *
    4040     * @since 4.7.0
    41      * @var object
     41     * @var stdClass
    4242     */
    4343    public $labels;
     
    153153     *
    154154     * @since 4.7.0
    155      * @var object
     155     * @var stdClass
    156156     */
    157157    public $cap;
     
    239239    /**
    240240     * Constructor.
     241     *
     242     * See the register_taxonomy() function for accepted arguments for `$args`.
    241243     *
    242244     * @since 4.7.0
     
    257259    /**
    258260     * Sets taxonomy properties.
     261     *
     262     * See the register_taxonomy() function for accepted arguments for `$args`.
    259263     *
    260264     * @since 4.7.0
     
    272276         *
    273277         * @param array    $args        Array of arguments for registering a taxonomy.
     278         *                              See the register_taxonomy() function for accepted arguments.
    274279         * @param string   $taxonomy    Taxonomy key.
    275280         * @param string[] $object_type Array of names of object types for the taxonomy.
Note: See TracChangeset for help on using the changeset viewer.