We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d05014 commit c5f3119Copy full SHA for c5f3119
src/wpephpcompat.php
@@ -373,7 +373,7 @@ public function generate_directory_list() {
373
* @param string $report The full report.
374
* @return string The cleaned report.
375
*/
376
- private function clean_report( $report ) {
+ public function clean_report( $report ) {
377
// Remove unnecessary overview.
378
$report = preg_replace ( '/Time:.+\n/si', '', $report );
379
0 commit comments