Making WordPress.org

Changeset 905


Ignore:
Timestamp:
10/11/2014 07:08:22 PM (10 years ago)
Author:
nacin
Message:

Trac components: Implode query arg by commas.

File:
1 edited

Legend:

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

    r904 r905  
    599599        if ( isset( $this->breakdown_component_unreplied[ $component ] ) ) {
    600600            $unreplied = $this->breakdown_component_unreplied[ $component ];
    601             echo '<td class="right">' . $this->trac_query_link( count( $unreplied ), array( 'component' => $component, 'id' => $unreplied ) );
     601            echo '<td class="right">' . $this->trac_query_link( count( $unreplied ), array( 'component' => $component, 'id' => implode( ',', $unreplied ) ) );
    602602            echo ' <span style="color: red; font-weight: bold">!!</span></td>';
    603603        } else {
Note: See TracChangeset for help on using the changeset viewer.