Changeset 905
- Timestamp:
- 10/11/2014 07:08:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r904 r905 599 599 if ( isset( $this->breakdown_component_unreplied[ $component ] ) ) { 600 600 $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 ) ) ); 602 602 echo ' <span style="color: red; font-weight: bold">!!</span></td>'; 603 603 } else {
Note: See TracChangeset
for help on using the changeset viewer.