Skip to content

Commit a2df46c

Browse files
author
Jeremy Ward
committed
Update comment pertaining to cli_init hook per feedback from Alain.
1 parent 3eeb31e commit a2df46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/WP_CLI/Runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ function( $url, $path, $scheme, $blog_id ) {
14861486
4
14871487
);
14881488

1489-
// Set up hook for WP-CLI packages to use.
1489+
// Set up hook for plugins and themes to conditionally add WP-CLI commands.
14901490
WP_CLI::add_wp_hook( 'init', function () {
14911491
do_action( 'cli_init' );
14921492
} );

0 commit comments

Comments
 (0)