We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24737a6 commit b417df5Copy full SHA for b417df5
1 file changed
src/wp-admin/authorize-application.php
@@ -243,13 +243,15 @@
243
244
<?php if ( $success_url ) : ?>
245
<div class="auth-app-warning">
246
- <p><strong><?php
+ <p><strong>
247
+ <?php
248
if ( $is_custom_scheme ) {
249
_e( 'Your username and a new application password will be sent to an external app:' );
250
} else {
251
_e( 'Your username and a new application password will be sent to an external site:' );
252
}
- ?></strong></p>
253
+ ?>
254
+ </strong></p>
255
<p class="auth-app-host"><?php echo esc_html( $success_host_display ); ?></p>
256
<p class="auth-app-caution"><?php _e( 'Only proceed if you initiated this request.' ); ?></p>
257
</div>
0 commit comments