Changeset 3097
- Timestamp:
- 05/07/2016 12:46:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/trac/ticket.php
r1130 r3097 13 13 } 14 14 15 return sprintf( "<%s|#%s: %s>", $this->get_url(), $this->id, html entities( $this->summary, ENT_NOQUOTES ) );15 return sprintf( "<%s|#%s: %s>", $this->get_url(), $this->id, htmlspecialchars( $this->summary, ENT_NOQUOTES ) ); 16 16 } 17 17 … … 74 74 static function get_ticket_fields( $ticket ) { 75 75 $new = false !== strpos( get_called_class(), 'New_Ticket' ); 76 76 77 77 $ticket_fields = array(); 78 78
Note: See TracChangeset
for help on using the changeset viewer.