Skip to content

Commit

Permalink
Hide pointers introduced in 3.4 from new users. Fixes #20941.
Browse files Browse the repository at this point in the history
git-svn-id: http://core.svn.wordpress.org/trunk@21075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
duck_ committed Jun 13, 2012
1 parent 50eeb04 commit ea548d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-admin/includes/template.php
Expand Up @@ -1877,7 +1877,7 @@ public static function pointer_wp340_choose_image_from_library() {
* @since 3.3.0
*/
public static function dismiss_pointers_for_new_users( $user_id ) {
add_user_meta( $user_id, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_media_uploader,wp330_saving_widgets' );
add_user_meta( $user_id, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_media_uploader,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link' );
}
}

Expand Down

0 comments on commit ea548d7

Please sign in to comment.