Changeset 59789 for trunk/src/wp-admin/customize.php
- Timestamp:
- 02/08/2025 03:51:03 PM (14 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/customize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r59480 r59789 77 77 if ( in_array( get_post_status( $changeset_post->ID ), array( 'publish', 'trash' ), true ) ) { 78 78 wp_die( 79 '<h1>' . __( ' Something went wrong.' ) . '</h1>' .80 '<p>' . __( ' This changeset cannot be further modified.' ) . '</p>' .79 '<h1>' . __( 'An error occurred while saving your changeset.' ) . '</h1>' . 80 '<p>' . __( 'Please try again or start a new changeset. This changeset cannot be further modified.' ) . '</p>' . 81 81 '<p><a href="' . esc_url( remove_query_arg( 'changeset_uuid' ) ) . '">' . __( 'Customize New Changes' ) . '</a></p>', 82 82 403
Note: See TracChangeset
for help on using the changeset viewer.