Changeset 49110 for trunk/src/wp-admin/authorize-application.php
- Timestamp:
- 10/09/2020 01:04:53 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/authorize-application.php
r49109 r49110 114 114 <p> 115 115 <?php 116 /* translators: Application Name*/116 /* translators: %s: Application name. */ 117 117 printf( __( 'Would you like to give the application identifying itself as %s access to your account? You should only do this if you trust the app in question.' ), '<strong>' . esc_html( $app_name ) . '</strong>' ); 118 118 ?> … … 181 181 if ( $success_url ) { 182 182 printf( 183 /* translators: The URL the user is being redirected to. */183 /* translators: %s: The URL the user is being redirected to. */ 184 184 __( 'You will be sent to %s' ), 185 185 '<strong><kbd>' . esc_html( … … 205 205 if ( $reject_url ) { 206 206 printf( 207 /* translators: The URL the user is being redirected to. */207 /* translators: %s: The URL the user is being redirected to. */ 208 208 __( 'You will be sent to %s' ), 209 209 '<strong><kbd>' . esc_html(
Note: See TracChangeset
for help on using the changeset viewer.