diff --git a/wp-includes/comment.php b/wp-includes/comment.php index fe5065dd9f..d0b3a57d6a 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -2679,7 +2679,7 @@ function do_all_pings() { ) ); - foreach ( $enclosure as $enclosure ) { + foreach ( $enclosures as $enclosure ) { delete_post_meta( $enclosure, '_encloseme' ); do_enclose( null, $enclosure->ID ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 3cb9baf96b..bee9d0036c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta1-46291'; +$wp_version = '5.3-beta1-46292'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.