Making WordPress.org

Changeset 6523


Ignore:
Timestamp:
02/02/2018 03:02:55 PM (7 years ago)
Author:
danielbachhuber
Message:

phpunit-test-reporter: Consolidate revision title for better readability

See https://github.com/WordPress/phpunit-test-reporter/pull/58

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/parts/result-set.php

    r6481 r6523  
    2020        ?>
    2121            <tr>
    22                 <th><a href="<?php echo esc_url( sprintf( 'https://core.trac.wordpress.org/changeset/%d', $rev_id ) ); ?>"><?php echo (int) $rev_id; ?></a></th>
    23                 <th colspan="<?php echo (int) $total_cols - 1; ?>"><?php echo wp_kses_post( apply_filters( 'the_title', $revision->post_title ) ); ?></th>
     22                <th colspan="<?php echo (int) $total_cols; ?>"><a href="<?php echo esc_url( sprintf( 'https://core.trac.wordpress.org/changeset/%d', $rev_id ) ); ?>">r<?php echo (int) $rev_id; ?></a>: <?php echo wp_kses_post( apply_filters( 'the_title', $revision->post_title ) ); ?></th>
    2423            </tr>
    2524            <?php
Note: See TracChangeset for help on using the changeset viewer.