We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c89ce commit d743ab0Copy full SHA for d743ab0
includes/class-sender.php
@@ -252,7 +252,7 @@ public static function send_webmentions( $post_id ) {
252
update_post_meta( $post_id, 'webmention_last_mentioned_urls', $mentions );
253
}
254
255
- $pung = get_pung( $post );
+ $pung = get_pung( $post );
256
257
if ( ! empty( $ping ) ) {
258
self::update_ping( $post, array_merge( $pung, $ping ) );
0 commit comments