Changeset 50153 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 02/02/2021 06:11:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r50146 r50153 13 13 14 14 /** 15 * Ajax handler for the Heartbeat API in 16 * the no-privilege context. 15 * Ajax handler for the Heartbeat API in the no-privilege context. 17 16 * 18 17 * Runs when the user is not logged in. … … 3978 3977 3979 3978 /** 3979 * Ajax handler for generating a password in the no-privilege context. 3980 * 3981 * @since 5.7.0 3982 */ 3983 function wp_ajax_nopriv_generate_password() { 3984 wp_send_json_success( wp_generate_password( 24 ) ); 3985 } 3986 3987 /** 3980 3988 * Ajax handler for saving the user's WordPress.org username. 3981 3989 *
Note: See TracChangeset
for help on using the changeset viewer.