Skip to content

Commit ec9d94e

Browse files
committed
Merge branch 'main' into add/phpstan
2 parents 374a34d + d48f31f commit ec9d94e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,9 @@ wp plugin install <plugin|zip|url>... [--version=<version>] [--force] [--ignore-
255255
If set, the command will overwrite any installed version of the plugin, without prompting
256256
for confirmation.
257257

258-
[--ignore-requirements]
259-
:If set, the command will install the plugin while ignoring any WordPress or PHP version requirements
260-
specified by the plugin authors.
258+
[--ignore-requirements]
259+
If set, the command will install the plugin while ignoring any WordPress or PHP version requirements
260+
specified by the plugin authors.
261261

262262
[--activate]
263263
If set, the plugin will be activated immediately after install.

src/Plugin_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ protected function filter_item_list( $items, $args ) {
10051005
* for confirmation.
10061006
*
10071007
* [--ignore-requirements]
1008-
* :If set, the command will install the plugin while ignoring any WordPress or PHP version requirements
1008+
* : If set, the command will install the plugin while ignoring any WordPress or PHP version requirements
10091009
* specified by the plugin authors.
10101010
*
10111011
* [--activate]

0 commit comments

Comments
 (0)