Build/Test Tools: Fix docblocks in a couple of test files to use two asterisks.

Props mahnewr, rudlinkon,kraftbj, audrasjb, mukesh27.
Fixes #60513.

git-svn-id: https://develop.svn.wordpress.org/trunk@57665 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Pascal Birchler 2024-02-20 12:40:57 +00:00
parent 5f37cb1fc7
commit fb8745d440
2 changed files with 2 additions and 3 deletions

View File

@ -49,7 +49,7 @@ function strip_ws( $txt ) {
return trim( implode( "\n", $result ) );
}
/*
/**
* Helper class for testing code that involves actions and filters.
*
* Typical use:

View File

@ -1,6 +1,6 @@
<?php
/*
/**
* A simple manually-instrumented profiler for WordPress.
*
* This records basic execution time, and a summary of the actions and SQL queries run within each block.
@ -15,7 +15,6 @@
*
* Multiple profile blocks are permitted, and they may be nested.
*/
class WPProfiler {
public $stack;
public $profile;