diff --git a/wp-admin/customize.php b/wp-admin/customize.php index 91c67d0016..7c36549e21 100644 --- a/wp-admin/customize.php +++ b/wp-admin/customize.php @@ -77,7 +77,7 @@ if ( $wp_customize->changeset_post_id() ) { if ( in_array( get_post_status( $changeset_post->ID ), array( 'publish', 'trash' ), true ) ) { wp_die( '
' . __( 'This changeset has already been published and cannot be further modified.' ) . '
' . + '' . __( 'This changeset cannot be further modified.' ) . '
' . '', 403 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index cbc6db3324..9842ffdae6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.3-alpha-42534'; +$wp_version = '4.9.3-alpha-42535'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.