Changeset 15614
- Timestamp:
- 09/13/2010 04:49:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/user.php
r15542 r15614 356 356 add_action('admin_notices', 'default_password_nag'); 357 357 function default_password_nag() { 358 if ( ! get_user_option('default_password_nag') ) //Short circuit it. 358 global $pagenow; 359 if ( 'profile.php' == $pagenow || ! get_user_option('default_password_nag') ) //Short circuit it. 359 360 return; 360 361
Note: See TracChangeset
for help on using the changeset viewer.