Make WordPress Core


Ignore:
Timestamp:
06/15/2024 12:32:35 PM (18 months ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing description for a few globals in the admin.

This affects:

  • $post_type
  • $post_type_object
  • $taxonomy
  • $title
  • $wp_meta_boxes

Follow-up to [31121], [32642], [32643], [37890], [43815], [44244], [45742], [53060], [53061], [54831].

Props shub07, 1naveengiri, sabernhardt, SergeyBiryukov.
Fixes #59561.

File:
1 edited

Legend:

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

    r56665 r58419  
    6666     * @see WP_List_Table::__construct() for more information on default arguments.
    6767     *
    68      * @global WP_Post_Type $post_type_object
     68     * @global WP_Post_Type $post_type_object Global post type object.
    6969     * @global wpdb         $wpdb             WordPress database abstraction object.
    7070     *
Note: See TracChangeset for help on using the changeset viewer.