diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 7bee3b397a..83310c3a6e 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -3265,7 +3265,7 @@ function wp_init_targeted_link_rel_filters() { foreach ( $filters as $filter ) { add_filter( $filter, 'wp_targeted_link_rel' ); - }; + } } /** @@ -3288,7 +3288,7 @@ function wp_remove_targeted_link_rel_filters() { foreach ( $filters as $filter ) { remove_filter( $filter, 'wp_targeted_link_rel' ); - }; + } } /** diff --git a/wp-includes/version.php b/wp-includes/version.php index e82fff5493..25e9898b7e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51551'; +$wp_version = '5.9-alpha-51552'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.