Changeset 5660
- Timestamp:
- 07/12/2017 02:55:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-user-notes.php
r5659 r5660 260 260 $this->user_notes[ $user_id ]->html .= sprintf( 261 261 '<div class="bbp-template-notice warning"><p>%s</p> %s</div>' . "\n", 262 wp_kses( $note->text, array( 'a' => array( 'href' => true) ) ),262 make_clickable( wp_kses( $note->text, array( 'a' => array( 'href' => true ) ) ) ), 263 263 sprintf( '<p class="wporg-bbp-user-note-meta">%s</p>' . "\n", 264 264 implode( ' | ', $note_meta )
Note: See TracChangeset
for help on using the changeset viewer.