diff --git a/wp-admin/privacy.php b/wp-admin/privacy.php index 8fec1785de..6913d197d7 100644 --- a/wp-admin/privacy.php +++ b/wp-admin/privacy.php @@ -165,22 +165,23 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>

-

- Check out our guide%3$s for recommendations on what content to include, along with policies suggested by your plugins and theme.' ), - admin_url( 'tools.php?wp-privacy-policy-guide' ), - '', - '' - ); - - ?> -

+

+ Check out our guide%3$s for recommendations on what content to include, along with policies suggested by your plugins and theme.' ), + admin_url( 'tools.php?wp-privacy-policy-guide' ), + '', + '' + ); + + ?> +

+
diff --git a/wp-includes/version.php b/wp-includes/version.php index f3ac5cd6f8..4564cd2759 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44491'; +$wp_version = '5.1-alpha-44492'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.