Skip to content

Commit daa6b53

Browse files
committed
Rename list method to be consistent with other list commands
1 parent 4ac6efc commit daa6b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transient_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public function type() {
292292
*
293293
* @subcommand list
294294
*/
295-
public function _list( $args, $assoc_args ) {
295+
public function list_( $args, $assoc_args ) {
296296
global $wpdb;
297297

298298
$network = Utils\get_flag_value( $assoc_args, 'network', false );

0 commit comments

Comments
 (0)