Skip to content

Commit 920cefb

Browse files
swissspidyCopilot
andauthored
Update src/Plugin_Command.php
Co-authored-by: Copilot <[email protected]>
1 parent b99a9be commit 920cefb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Plugin_Command.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,8 @@ public function is_installed( $args, $assoc_args ) {
13481348
*
13491349
* Returns exit code 0 when active, 1 when not active.
13501350
*
1351-
* If the plugin does not exist but is still in the active_plugins option,
1351+
* If the plugin does not exist but is still in WordPress's active plugins storage
1352+
* (such as the active plugins option or the sitewide plugins option for network-activated plugins),
13521353
* a warning will be emitted.
13531354
*
13541355
* ## OPTIONS

0 commit comments

Comments
 (0)