updated plugin ActivityPub version 9.1.0
This commit is contained in:
@ -275,7 +275,7 @@ class Self_Destruct_Command extends \WP_CLI_Command {
|
||||
);
|
||||
|
||||
// Get count of pending Delete activities.
|
||||
$pending_count = count( $pending_deletes );
|
||||
$pending_count = \count( $pending_deletes );
|
||||
|
||||
// If no more pending Delete activities, self-destruct is complete.
|
||||
if ( 0 === $pending_count ) {
|
||||
|
||||
Reference in New Issue
Block a user