diff --git a/wp-admin/about.php b/wp-admin/about.php index 47524fc0b1..6dab78831d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -41,6 +41,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); +
license, the GPL.' ), 'https://wordpress.org/about/license/' ); ?>
diff --git a/wp-admin/privacy.php b/wp-admin/privacy.php new file mode 100644 index 0000000000..d9c34112e9 --- /dev/null +++ b/wp-admin/privacy.php @@ -0,0 +1,40 @@ + + + diff --git a/wp-includes/version.php b/wp-includes/version.php index 642a0ab9f5..78b4142c9b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41094'; +$wp_version = '4.9-alpha-41096'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.