diff --git a/package.json b/package.json index 38392efd6a..a33971dedd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "4.4.20", + "version": "4.4.21", "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 07d7164648..a7838ab14c 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -50,6 +50,26 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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