Changeset 57665 for trunk/tests/phpunit/includes/wp-profiler.php
- Timestamp:
- 02/20/2024 12:40:57 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/wp-profiler.php
r56549 r57665 1 1 <?php 2 2 3 /* 3 /** 4 4 * A simple manually-instrumented profiler for WordPress. 5 5 * … … 16 16 * Multiple profile blocks are permitted, and they may be nested. 17 17 */ 18 19 18 class WPProfiler { 20 19 public $stack;
Note: See TracChangeset
for help on using the changeset viewer.