Merge branch 'main' into add/phpstan

This commit is contained in:
Pascal Birchler 2025-07-28 21:54:19 +02:00
commit ec9d94e6d5
No known key found for this signature in database
GPG key ID: 0DECE73DD74E8B2F
2 changed files with 4 additions and 4 deletions

View file

@ -255,9 +255,9 @@ wp plugin install <plugin|zip|url>... [--version=<version>] [--force] [--ignore-
If set, the command will overwrite any installed version of the plugin, without prompting
for confirmation.

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

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

View file

@ -1005,7 +1005,7 @@ class Plugin_Command extends CommandWithUpgrade {
* for confirmation.
*
* [--ignore-requirements]
* :If set, the command will install the plugin while ignoring any WordPress or PHP version requirements
* : If set, the command will install the plugin while ignoring any WordPress or PHP version requirements
* specified by the plugin authors.
*
* [--activate]