Skip to content

Commit d62b441

Browse files
obenlandCopilot
andauthored
Update includes/class-blocklist-subscriptions.php
Co-authored-by: Copilot <[email protected]>
1 parent c5f4cdc commit d62b441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-blocklist-subscriptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function add( $url ) {
5252

5353
$subscriptions = self::get_all();
5454

55-
// Already subscribed.
55+
// Not already subscribed.
5656
if ( ! isset( $subscriptions[ $url ] ) ) {
5757
// Add subscription with timestamp 0 (never synced).
5858
$subscriptions[ $url ] = 0;

0 commit comments

Comments
 (0)