mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-02 11:21:57 +01:00
Privacy: Don't show privacy feature pointer to new users.
Merge of [43259] to the 4.9 branch. See #44062. Built from https://develop.svn.wordpress.org/branches/4.9@43260 git-svn-id: http://core.svn.wordpress.org/branches/4.9@43089 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b82ed28add
commit
7c30cc3c92
@ -198,6 +198,6 @@ final class WP_Internal_Pointers {
|
||||
* @param int $user_id User ID.
|
||||
*/
|
||||
public static function dismiss_pointers_for_new_users( $user_id ) {
|
||||
add_user_meta( $user_id, 'dismissed_wp_pointers', '' );
|
||||
add_user_meta( $user_id, 'dismissed_wp_pointers', 'wp496_privacy' );
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9.6-RC1-43257';
|
||||
$wp_version = '4.9.6-RC1-43260';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user