mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
5f37cb1fc7
commit
fb8745d440
@ -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:
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user