Ticket #42497: 42497.diff
File 42497.diff, 689 bytes (added by , 6 years ago) |
---|
-
src/wp-admin/customize.php
53 53 if ( in_array( get_post_status( $changeset_post->ID ), array( 'publish', 'trash' ), true ) ) { 54 54 wp_die( 55 55 '<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' . 56 '<p>' . __( 'This changeset has already been published andcannot be further modified.' ) . '</p>' .56 '<p>' . __( 'This changeset cannot be further modified.' ) . '</p>' . 57 57 '<p><a href="' . esc_url( remove_query_arg( 'changeset_uuid' ) ) . '">' . __( 'Customize New Changes' ) . '</a></p>', 58 58 403 59 59 );