Changeset 61360 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 12/08/2025 09:53:05 PM (9 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r60701 r61360 765 765 $post_id = wp_insert_post( 766 766 array( 767 'post_title' => __( 'Auto Draft' ),767 'post_title' => post_type_supports( $post_type, 'title' ) ? __( 'Auto Draft' ) : '', 768 768 'post_type' => $post_type, 769 769 'post_status' => 'auto-draft',
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)