diff --git a/wp-admin/about.php b/wp-admin/about.php index 9a3021ca84..0e72f556dc 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -126,7 +126,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 538ec2e1ca..885217ece5 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -1218,8 +1218,8 @@ function verify_file_signature( $filename, $signatures, $filename_for_errors = f return new WP_Error( 'signature_verification_unsupported', sprintf( - /* translators: 1: The filename of the package. */ - __( 'The authenticity of %1$s could not be verified as signature verification is unavailable on this system.' ), + /* translators: %s: The filename of the package. */ + __( 'The authenticity of %s could not be verified as signature verification is unavailable on this system.' ), '' . esc_html( $filename_for_errors ) . '' ), array( diff --git a/wp-includes/version.php b/wp-includes/version.php index 5521ebf067..22a1bc8945 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2.2-alpha-45514'; +$wp_version = '5.2.2-alpha-45516'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.