Changeset 5806 for sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/parts/single-result.php
- Timestamp:
- 08/16/2017 01:10:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/phpunit-test-reporter/parts/single-result.php
r5805 r5806 24 24 <?php endif; ?> 25 25 26 <p><a href="<?php echo esc_url( get_permalink( $report->ID ) ); ?>" title="<?php echo esc_attr( $status_title ); ?>" class="<?php echo esc_attr( 'ptr-status-badge ptr-status-badge-' . strtolower( $status ) ); ?>"><?php echo esc_html( $status ); ?></a></p> 26 <p><a href="<?php echo esc_url( get_permalink( $report->ID ) ); ?>" title="<?php echo esc_attr( $status_title ); ?>" class="<?php echo esc_attr( 'ptr-status-badge ptr-status-badge-' . strtolower( $status ) ); ?>"><?php echo esc_html( $status ); ?></a> 27 <?php 28 $display_time = Display::get_display_time( $report->ID ); 29 if ( $display_time ) : 30 ?> 31 <br /><small><?php echo esc_html( $display_time ); ?></small> 32 <?php endif; ?> 33 </p> 27 34 28 35 <h2>Environment</h2>
Note: See TracChangeset
for help on using the changeset viewer.