Make WordPress Core


Ignore:
Timestamp:
06/15/2024 12:32:35 PM (5 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/post.php

    r58406 r58419  
    23462346 * @global WP_Post   $post           Global post object.
    23472347 * @global WP_Screen $current_screen WordPress current screen object.
    2348  * @global array     $wp_meta_boxes
     2348 * @global array     $wp_meta_boxes  Global meta box state.
    23492349 */
    23502350function the_block_editor_meta_boxes() {
Note: See TracChangeset for help on using the changeset viewer.