Making WordPress.org


Ignore:
Timestamp:
01/09/2014 08:56:22 AM (11 years ago)
Author:
nacin
Message:

Trac Notifications plugin: Remove the (false) claim that you receive notifications once you have commented. (I think we should consider adding this, though, now that you can unsubscribe/block.) see #127.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications.php

    r237 r249  
    151151        $star_count = count( $stars );
    152152
    153         $participants = $this->get_trac_ticket_participants( $ticket_id );
    154 
    155153        $reasons = array();
    156154
     
    160158        if ( $username == $ticket->owner ) {
    161159            $reasons['owner'] = 'you own this ticket';
    162         }
    163         if ( in_array( $username, $participants ) ) {
    164             $reasons['participant'] = 'you have commented';
    165160        }
    166161        if ( ! empty( $notifications['component'][ $ticket->component ] ) ) {
Note: See TracChangeset for help on using the changeset viewer.