diff --git a/package-lock.json b/package-lock.json index f98bef5c1b..1ba9d9a8bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.3.25", + "version": "4.3.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab30729ebe..6d2bf596f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.3.25", + "version": "4.3.26", "description": "WordPress is web software you can use to create a beautiful website or blog.", "repository": { "type": "svn", diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index edcd42eae5..d7ef666232 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -108,7 +108,27 @@ $tech_features = array(
+ Version %1$s addressed a security issue.' ), + '4.3.26' + ); + ?> + the release notes.' ), + sprintf( + /* translators: %s: WordPress version */ + esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), + sanitize_title( '4.3.26' ) + ) + ); + ?> +