diff --git a/wp-admin/about.php b/wp-admin/about.php index ac9bf19a65..49d93e6d2d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -41,7 +41,27 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

+ Version %1$s addressed a security issue.' ), + '4.2.35' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '4.2.35' ) + ) + ); + ?> +

! apply_filters( 'disable_captions', '' ), 'nonce' => array( - 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), + 'sendToEditor' => wp_create_nonce( 'media-send-to-editor' ), + 'setAttachmentThumbnail' => wp_create_nonce( 'set-attachment-thumbnail' ), ), 'post' => array( 'id' => 0, diff --git a/wp-includes/version.php b/wp-includes/version.php index eeb2473096..90f1e21b61 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2.34'; +$wp_version = '4.2.35'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.