Make WordPress Core


Ignore:
Timestamp:
11/08/2021 11:18:35 PM (3 years ago)
Author:
joedolson
Message:

Coding Standards: PHP Code style errors.

Fixes coding standards issues.

Follow up to [52060].

See #43700.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r52058 r52063  
    30503050            update_user_meta( $user_id, 'locale', $wp_lang ); // Set user locale if defined on registration.
    30513051        }
    3052     }
     3052    }
    30533053
    30543054    /**
     
    43444344A request has been made to perform the following action on your account:
    43454345
    4346     ###DESCRIPTION###
     4346    ###DESCRIPTION###
    43474347
    43484348To confirm this, please click on the following link:
Note: See TracChangeset for help on using the changeset viewer.