Changeset 60275 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 06/03/2025 04:49:48 PM (11 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
r59962 r60275 2187 2187 * @param int $post_id Optional. Post ID. 2188 2188 */ 2189 function redirect_post( $post_id = '') {2189 function redirect_post( $post_id = 0 ) { 2190 2190 if ( isset( $_POST['save'] ) || isset( $_POST['publish'] ) ) { 2191 2191 $status = get_post_status( $post_id );
Note: See TracChangeset
for help on using the changeset viewer.