Changeset 57644 for trunk/src/wp-includes/class-wp-customize-nav-menus.php
- Timestamp:
- 02/16/2024 09:45:18 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-nav-menus.php
r56687 r57644 938 938 * Post array. Note that post_status is overridden to be `auto-draft`. 939 939 * 940 * @varstring $post_title Post title. Required.941 * @varstring $post_type Post type. Required.942 * @varstring $post_name Post name.943 * @varstring $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. 944 944 * } 945 945 * @return WP_Post|WP_Error Inserted auto-draft post object or error.
Note: See TracChangeset
for help on using the changeset viewer.