Skip to content

Commit b7c51ce

Browse files
authored
typo
1 parent a7f50f9 commit b7c51ce

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
@@ -44,7 +44,7 @@ public static function init() {
4444
* @param int $post_id Post ID.
4545
*/
4646
public static function publish_hook( $post_id ) {
47-
if ( \get_post_meta( $post_id, 'webmention_send_disabled', 1 ) ) {
47+
if ( \get_post_meta( $post_id, 'webmentions_disabled_pings', 1 ) ) {
4848
return;
4949
}
5050

0 commit comments

Comments
 (0)