diff --git a/wp-admin/options-privacy.php b/wp-admin/options-privacy.php index a183abdf3f..3e4902daf4 100644 --- a/wp-admin/options-privacy.php +++ b/wp-admin/options-privacy.php @@ -14,7 +14,7 @@ if ( ! current_user_can( 'manage_privacy_options' ) ) { } if ( isset( $_GET['tab'] ) && 'policyguide' === $_GET['tab'] ) { - require_once( dirname( __FILE__ ) . '/privacy-policy-guide.php' ); + require_once dirname( __FILE__ ) . '/privacy-policy-guide.php'; return; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 8202088019..7a0818954f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50629'; +$wp_version = '5.8-alpha-50631'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.