mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-18 06:11:48 +08:00
fix
This commit is contained in:
parent
0befc3ad93
commit
4679dde837
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ class Command {
|
|||
/**
|
||||
* Profile an eval or eval-file statement.
|
||||
*/
|
||||
private static function profile_eval_ish( $assoc_args, $profile_callback, $order = 'ASC', $order = null ) {
|
||||
private static function profile_eval_ish( $assoc_args, $profile_callback, $order = 'ASC', $orderby = null ) {
|
||||
$hook = Utils\get_flag_value( $assoc_args, 'hook' );
|
||||
$type = $focus = false;
|
||||
$fields = array();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue