Make WordPress Core

Changeset 50003 for trunk


Ignore:
Timestamp:
01/23/2021 01:11:52 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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

Props akramipro.
Fixes #52351.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/authorize-application.php

    r49920 r50003  
    142142
    143143    <div class="card auth-app-card">
    144         <h2 class="title"><?php __( 'An application would like to connect to your account.' ); ?></h2>
     144        <h2 class="title"><?php _e( 'An application would like to connect to your account.' ); ?></h2>
    145145        <?php if ( $app_name ) : ?>
    146146            <p>
Note: See TracChangeset for help on using the changeset viewer.