diff --git a/package-lock.json b/package-lock.json index 7440d5ffce..6aad0af671 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.1.12", + "version": "5.1.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a2574bbd4e..d936094b7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "WordPress", - "version": "5.1.12", + "version": "5.1.13", "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "repository": { "type": "svn", diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index f32861d6c2..75e4ad67db 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -36,6 +36,26 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

+

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