Changeset 11606 for trunk/src/bp-messages/bp-messages-notifications.php
- Timestamp:
- 06/22/2017 08:09:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-notifications.php
r11578 r11606 54 54 if ( 'string' === $format ) { 55 55 if ( ! empty( $link ) ) { 56 $return = '<a href="' . esc_url( $link ) . '" title="' . esc_attr( $title ) . '">' . esc_html( $text ) . '</a>';56 $return = '<a href="' . esc_url( $link ) . '">' . esc_html( $text ) . '</a>'; 57 57 } else { 58 58 $return = esc_html( $text );
Note: See TracChangeset
for help on using the changeset viewer.