diff --git a/wp-includes/comment.php b/wp-includes/comment.php index c006c45fe3..b451c5b641 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -2681,7 +2681,7 @@ function do_all_pings() { foreach ( $enclosures as $enclosure ) { delete_post_meta( $enclosure, '_encloseme' ); - do_enclose( null, $enclosure->ID ); + do_enclose( null, $enclosure ); } // Do trackbacks. diff --git a/wp-includes/version.php b/wp-includes/version.php index d2ffb479bd..355971a6d1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta2-46426'; +$wp_version = '5.3-beta2-46427'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.