Changeset 63509 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 09/06/2026 06:38:39 PM (9 hours ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r62696 r63509 68 68 * @var int 69 69 */ 70 $post_ID = isset( $post_ID ) ? (int) $post_ID : 0;71 $user_ID = isset( $user_ID ) ? (int) $user_ID : 0;72 $action = $action ??'';70 $post_ID = isset( $post_ID ) ? (int) $post_ID : 0; 71 $user_ID = isset( $user_ID ) ? (int) $user_ID : 0; 72 $action ??= ''; 73 73 74 74 if ( (int) get_option( 'page_for_posts' ) === $post->ID && empty( $post->post_content ) ) {
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)