Skip to content

Commit 84abba8

Browse files
committed
clear _mentionme after sending the mentions
1 parent ef3e59e commit 84abba8

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' );
343342
// send them Webmentions
344343
self::send_webmentions( $mention );
344+
delete_post_meta( $mention, '_mentionme' );
345345
}
346346
}
347347
}

0 commit comments

Comments
 (0)