Skip to content

Commit b417df5

Browse files
committed
Coding standards.
1 parent 24737a6 commit b417df5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/wp-admin/authorize-application.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,15 @@
243243

244244
<?php if ( $success_url ) : ?>
245245
<div class="auth-app-warning">
246-
<p><strong><?php
246+
<p><strong>
247+
<?php
247248
if ( $is_custom_scheme ) {
248249
_e( 'Your username and a new application password will be sent to an external app:' );
249250
} else {
250251
_e( 'Your username and a new application password will be sent to an external site:' );
251252
}
252-
?></strong></p>
253+
?>
254+
</strong></p>
253255
<p class="auth-app-host"><?php echo esc_html( $success_host_display ); ?></p>
254256
<p class="auth-app-caution"><?php _e( 'Only proceed if you initiated this request.' ); ?></p>
255257
</div>

0 commit comments

Comments
 (0)