Skip to content

Commit 858506d

Browse files
committed
revert
1 parent 84abba8 commit 858506d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-sender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,9 @@ public static function do_webmentions() {
339339
}
340340

341341
foreach ( $mentions as $mention ) {
342+
delete_post_meta( $mention, '_mentionme' );
342343
// send them Webmentions
343344
self::send_webmentions( $mention );
344-
delete_post_meta( $mention, '_mentionme' );
345345
}
346346
}
347347
}

0 commit comments

Comments
 (0)