Making WordPress.org

Changeset 13880

Timestamp:
07/05/2024 12:51:11 AM (5 weeks ago)
Author:
dd32
Message:

Make: Trac components: Show defects under the 'Open Tickets' list.

See https://wordpress.slack.com/archives/C0C89GD35/p1720104624127569

File:
1 edited

Legend:

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

    r13688 r13880  
    599599            'task (blessed)'  => 'Open tasks',
    600600            'feature request' => 'Open feature requests',
     601
    601602        );
    602603
    603604        foreach ( $types as $type => $title ) {
    604605            $count = $tickets_by_type[ $type ] ?? 0;
    605             printf( '<strong>%s: %d<strong> ', $title, $count );
     606            printf( '<strong>%s: %d<strong> ', $title, $count );
    606607            echo $this->trac_query_link( 'View list on Trac', compact( 'component', 'type' ) );
    607608            echo '<br>';
Note: See TracChangeset for help on using the changeset viewer.