Changeset 249 for sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php
- Timestamp:
- 01/09/2014 08:56:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php
r237 r249 151 151 $star_count = count( $stars ); 152 152 153 $participants = $this->get_trac_ticket_participants( $ticket_id );154 155 153 $reasons = array(); 156 154 … … 160 158 if ( $username == $ticket->owner ) { 161 159 $reasons['owner'] = 'you own this ticket'; 162 }163 if ( in_array( $username, $participants ) ) {164 $reasons['participant'] = 'you have commented';165 160 } 166 161 if ( ! empty( $notifications['component'][ $ticket->component ] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.