Changeset 380
- Timestamp:
- 02/05/2014 08:12:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r374 r380 419 419 echo '<li><a href="https://core.trac.wordpress.org/ticket/' . $ticket->id . '">#' . $ticket->id . '</a> ' . esc_html( $ticket->summary ); 420 420 if ( ! empty( $ticket->focuses ) ) { 421 echo ' <span class="focus">' . esc_html( implode( '</span> <span class="focus">', explode( ', ',$ticket->focuses ) ) ) . '</span>';421 echo ' <span class="focus">' . implode( '</span> <span class="focus">', explode( ', ', esc_html( $ticket->focuses ) ) ) . '</span>'; 422 422 } 423 423 echo "</li>\n";
Note: See TracChangeset
for help on using the changeset viewer.