Skip to content

Commit e637eda

Browse files
authored
Merge pull request #459 from wp-cli/fix-doc-plugin-install
Add missing space in plugin install doc
2 parents c125c84 + 50b87ec commit e637eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ protected function filter_item_list( $items, $args ) {
979979
* for confirmation.
980980
*
981981
* [--ignore-requirements]
982-
* :If set, the command will install the plugin while ignoring any WordPress or PHP version requirements
982+
* : If set, the command will install the plugin while ignoring any WordPress or PHP version requirements
983983
* specified by the plugin authors.
984984
*
985985
* [--activate]

0 commit comments

Comments
 (0)