Skip to content

Commit d743ab0

Browse files
committed
fix phpcs
1 parent 18c89ce commit d743ab0

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
@@ -252,7 +252,7 @@ public static function send_webmentions( $post_id ) {
252252
update_post_meta( $post_id, 'webmention_last_mentioned_urls', $mentions );
253253
}
254254

255-
$pung = get_pung( $post );
255+
$pung = get_pung( $post );
256256

257257
if ( ! empty( $ping ) ) {
258258
self::update_ping( $post, array_merge( $pung, $ping ) );

0 commit comments

Comments
 (0)