Changeset 50998
- Timestamp:
- 05/25/2021 11:54:28 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/speed-trap-listener.php
r47122 r50998 267 267 */ 268 268 protected function renderFooter() { 269 if ( $hidden = $this->getHiddenCount( $this->slow ) ) { 269 $hidden = $this->getHiddenCount( $this->slow ); 270 if ( $hidden ) { 270 271 echo sprintf( '...and there %s %s more above your threshold hidden from view', 1 === $hidden ? 'is' : 'are', $hidden ); 271 272 }
Note: See TracChangeset
for help on using the changeset viewer.