Changeset 18632 for trunk/wp-admin/includes/user.php
- Timestamp:
- 09/03/2011 02:18:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/user.php
r18597 r18632 197 197 * Simple function who's main purpose is to allow filtering of the 198 198 * list of roles in the $wp_roles object so that plugins can remove 199 * in nappropriate ones depending on the situation or user making edits.199 * inappropriate ones depending on the situation or user making edits. 200 200 * Specifically because without filtering anyone with the edit_users 201 201 * capability can edit others to be administrators, even if they are … … 330 330 return; 331 331 332 //get_user_setting = JS saved UI setting. else no-js-fal back code.332 //get_user_setting = JS saved UI setting. else no-js-fallback code. 333 333 if ( 'hide' == get_user_setting('default_password_nag') || isset($_GET['default_password_nag']) && '0' == $_GET['default_password_nag'] ) { 334 334 delete_user_setting('default_password_nag');
Note: See TracChangeset
for help on using the changeset viewer.