Changeset 16900 for trunk/wp-admin/network.php
- Timestamp:
- 12/13/2010 09:21:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network.php
r16746 r16900 366 366 unset( $keys_salts[ $c ] ); 367 367 } 368 if ( ! empty( $keys_salts ) ) { 368 if ( ! empty( $keys_salts ) ) { 369 369 $keys_salts_str = ''; 370 370 $from_api = wp_remote_get( 'https://api.wordpress.org/secret-key/1.1/salt/' );
Note: See TracChangeset
for help on using the changeset viewer.