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:
Peter Westwood
2009-05-03 17:06:29 +00:00
parent 263b761408
commit 4c01def10f
5 changed files with 28 additions and 1 deletions
+5
View File
@@ -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(){