updated plugin ActivityPub version 9.1.0

This commit is contained in:
2026-07-28 15:03:10 +00:00
committed by Gitium
parent bf428f0e45
commit ff806e1811
217 changed files with 6098 additions and 3025 deletions

View File

@ -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 ) {