diff --git a/wp-admin/about.php b/wp-admin/about.php index 40dde80221..a7ab1b21c8 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -97,7 +97,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

+

diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 0a263ee1ef..fbc47ce7e2 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 80f16b3c1a..dc6f5a7b8f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45507'; +$wp_version = '5.3-alpha-45515'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.