Changeset 13810 for trunk/src/bp-messages/bp-messages-star.php
- Timestamp:
- 04/27/2024 01:40:03 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-messages/bp-messages-star.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-star.php
r13743 r13810 63 63 */ 64 64 function bp_the_message_star_action_link( $args = array() ) { 65 // phpcs:ignore WordPress.Security.EscapeOutput 65 66 echo bp_get_the_message_star_action_link( $args ); 66 67 } … … 330 331 ?> 331 332 332 <option value="star"><?php _e( 'Add star', 'buddypress' ); ?></option>333 <option value="unstar"><?php _e( 'Remove star', 'buddypress' ); ?></option>333 <option value="star"><?php esc_html_e( 'Add star', 'buddypress' ); ?></option> 334 <option value="unstar"><?php esc_html_e( 'Remove star', 'buddypress' ); ?></option> 334 335 335 336 <?php
Note: See TracChangeset
for help on using the changeset viewer.