Make WordPress Core


Ignore:
Timestamp:
02/16/2024 09:45:18 PM (11 months ago)
Author:
johnbillion
Message:

Docs: Various improvements and corrections to inline documentation.

See #59651

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-nav-menus.php

    r56687 r57644  
    938938     *     Post array. Note that post_status is overridden to be `auto-draft`.
    939939     *
    940      * @var string $post_title   Post title. Required.
    941      * @var string $post_type    Post type. Required.
    942      * @var string $post_name    Post name.
    943      * @var string $post_content Post content.
     940     *     @type string $post_title   Post title. Required.
     941     *     @type string $post_type    Post type. Required.
     942     *     @type string $post_name    Post name.
     943     *     @type string $post_content Post content.
    944944     * }
    945945     * @return WP_Post|WP_Error Inserted auto-draft post object or error.
Note: See TracChangeset for help on using the changeset viewer.