Make WordPress Core


Ignore:
Timestamp:
05/15/2021 05:36:49 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #52628.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/authorize-application.php

    r50006 r50916  
    1313$new_password = '';
    1414
    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`.
    1616if ( isset( $_POST['action'] ) && 'authorize_application_password' === $_POST['action'] ) {
    1717    check_admin_referer( 'authorize_application_password' );
Note: See TracChangeset for help on using the changeset viewer.