Changeset 13814 for trunk/src/bp-settings/bp-settings-template.php
- Timestamp:
- 04/27/2024 09:56:51 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-settings/bp-settings-template.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/bp-settings-template.php
r13587 r13814 17 17 */ 18 18 function bp_settings_slug() { 19 echo bp_get_settings_slug();19 echo esc_url( bp_get_settings_slug() ); 20 20 } 21 21 … … 45 45 */ 46 46 function bp_settings_root_slug() { 47 echo bp_get_settings_root_slug();47 echo esc_url( bp_get_settings_root_slug() ); 48 48 } 49 49 … … 100 100 printf( 101 101 /* translators: %s: new email address */ 102 __( 'There is a pending change of your email address to %s.', 'buddypress' ),102 esc_html__( 'There is a pending change of your email address to %s.', 'buddypress' ), 103 103 '<code>' . esc_html( $pending_email['newemail'] ) . '</code>' 104 104 ); … … 108 108 printf( 109 109 /* translators: 1: email address. 2: cancel email change url. */ 110 __( 'Check your email (%1$s) for the verification link, or <a href="%2$s">cancel the pending change</a>.', 'buddypress' ),110 esc_html__( 'Check your email (%1$s) for the verification link, or %2$s.', 'buddypress' ), 111 111 '<code>' . esc_html( $pending_email['newemail'] ) . '</code>', 112 esc_url( $dismiss_url )112 '<a href="' . esc_url( $dismiss_url ) . '">' . esc_html__( 'cancel the pending change', 'buddypress' ) . '</a>' 113 113 ); 114 114 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)