mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Add a nag message if the user is still using an auto-generated password. See #9710 props DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@11162 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -232,6 +232,11 @@ jQuery(document).ready( function($) {
|
||||
return '';
|
||||
});
|
||||
});
|
||||
$('#default-password-nag-no').click( function() {
|
||||
setUserSetting('default_password_nag', 'hide');
|
||||
$('div.default-password-nag').hide();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
(function(){
|
||||
|
||||
Reference in New Issue
Block a user