Make WordPress Core


Ignore:
Timestamp:
12/18/2022 08:45:36 AM (23 months ago)
Author:
audrasjb
Message:

Docs: Improve various globals documentation, as per docblock standards.

Props upadalavipul, audrasjb.

See #57069, #56792.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php

    r53236 r55003  
    241241 *
    242242 * @since Twenty Twenty 1.0
     243 *
     244 * @global WP_Post $post Global post object.
    243245 *
    244246 * @param int    $post_id  The ID of the post.
     
    652654 * @since Twenty Twenty 1.0
    653655 *
     656 * @global WP_Post $post Global post object.
     657 *
    654658 * @param array $classes Classes added to the body tag.
    655659 * @return array Classes added to the body tag.
Note: See TracChangeset for help on using the changeset viewer.