App Passwords: Use correct translation function for a heading on Authorize Application screen.

Props akramipro.
Merges [50003] to the 5.6 branch.
Fixes #52351.
Built from https://develop.svn.wordpress.org/branches/5.6@50004


git-svn-id: http://core.svn.wordpress.org/branches/5.6@49705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-01-23 13:14:56 +00:00
parent abd4de1400
commit 06cd27f2e8
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<?php endif; ?>
<div class="card auth-app-card">
<h2 class="title"><?php __( 'An application would like to connect to your account.' ); ?></h2>
<h2 class="title"><?php _e( 'An application would like to connect to your account.' ); ?></h2>
<?php if ( $app_name ) : ?>
<p>
<?php

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6.1-alpha-49999';
$wp_version = '5.6.1-alpha-50004';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.