Make WordPress Core

Changeset 60498


Ignore:
Timestamp:
07/23/2025 04:58:57 PM (35 hours ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the type for $tax global in WP_Terms_List_Table::__construct().

Follow-up to [32642].

Props yashjawale.
Fixes #63742.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-terms-list-table.php

    r58419 r60498  
    2828     * @see WP_List_Table::__construct() for more information on default arguments.
    2929     *
    30      * @global string $post_type Global post type.
    31      * @global string $taxonomy  Global taxonomy.
    32      * @global string $action
    33      * @global object $tax
     30     * @global string      $post_type Global post type.
     31     * @global string      $taxonomy  Global taxonomy.
     32     * @global string      $action
     33     * @global WP_Taxonomy $tax       Global taxonomy object.
    3434     *
    3535     * @param array $args An associative array of arguments.
Note: See TracChangeset for help on using the changeset viewer.