Make WordPress Core


Ignore:
Timestamp:
12/06/2019 10:41:26 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Increase the specificity of various docblock parameter types and return types.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-tags.php

    r46811 r46823  
    223223         * @since 4.6.0
    224224         *
    225          * @param string $location The destination URL.
    226          * @param object $tax      The taxonomy object.
     225         * @param string      $location The destination URL.
     226         * @param WP_Taxonomy $tax      The taxonomy object.
    227227         */
    228228        wp_redirect( apply_filters( 'redirect_term_location', $location, $tax ) );
Note: See TracChangeset for help on using the changeset viewer.