Changeset 44491 for trunk/src/wp-includes/user.php
- Timestamp:
- 01/09/2019 03:50:33 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r44473 r44491 3535 3535 'post_status' => 'request-pending', 3536 3536 'post_password' => $wp_hasher->HashPassword( $key ), 3537 'post_modified' => current_time( 'mysql', false ),3538 'post_modified_gmt' => current_time( 'mysql', true ),3539 3537 ) 3540 3538 );
Note: See TracChangeset
for help on using the changeset viewer.