App Passwords: Use correct translation function for a heading on Authorize Application screen.
Props akramipro. Fixes #52351. Built from https://develop.svn.wordpress.org/trunk@50003 git-svn-id: http://core.svn.wordpress.org/trunk@49704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a45a292777
commit
c3e48b857b
|
@ -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
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.7-alpha-50002';
|
||||
$wp_version = '5.7-alpha-50003';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue