Changeset 53060 for trunk/src/wp-admin/includes/user.php
- Timestamp:
- 04/04/2022 06:24:18 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/user.php
r52978 r53060 511 511 * @since 2.8.0 512 512 * 513 * @global string $pagenow 513 * @global string $pagenow The filename of the current screen. 514 514 */ 515 515 function default_password_nag() { 516 516 global $pagenow; 517 517 518 // Short-circuit it. 518 519 if ( 'profile.php' === $pagenow || ! get_user_option( 'default_password_nag' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.