Changeset 50916 for trunk/src/wp-admin/authorize-application.php
- Timestamp:
- 05/15/2021 05:36:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/authorize-application.php
r50006 r50916 13 13 $new_password = ''; 14 14 15 // This is the no-js fallback script. Generally this will all be handled by `auth-app.js`15 // This is the no-js fallback script. Generally this will all be handled by `auth-app.js`. 16 16 if ( isset( $_POST['action'] ) && 'authorize_application_password' === $_POST['action'] ) { 17 17 check_admin_referer( 'authorize_application_password' );
Note: See TracChangeset
for help on using the changeset viewer.