Privacy: Remove `is-dismissible` class from notice when privacy info has changed.

The notice isn't dismissible as it only gets removed once you visit the privacy guide, see #44057 and #44063.

Merge of [43260] to the 4.9 branch.

See #44065.
Built from https://develop.svn.wordpress.org/branches/4.9@43262


git-svn-id: http://core.svn.wordpress.org/branches/4.9@43091 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2018-05-14 16:08:26 +00:00
parent 7c30cc3c92
commit 70eb518623
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9.6-RC1-43260';
$wp_version = '4.9.6-RC1-43262';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.