Make WordPress Core

Changeset 53673


Ignore:
Timestamp:
07/06/2022 11:53:37 AM (4 years ago)
Author:
audrasjb
Message:

Docs: Convert "Application Passwords" to lowercase in WP_Application_Passwords docblocks, for better consistency.

See #55646.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-application-passwords.php

    r53672 r53673  
    4242
    4343        /**
    44          * Checks if Application Passwords are being used by the site.
    45          *
    46          * This returns true if at least one Application Password has ever been created.
     44         * Checks if application passwords are being used by the site.
     45         *
     46         * This returns true if at least one application password has ever been created.
    4747         *
    4848         * @since 5.6.0
     
    313313                }
    314314
    315                 // Specified Application Password not found!
     315                // Specified application password not found!
    316316                return new WP_Error( 'application_password_not_found', __( 'Could not find an application password with that id.' ) );
    317317        }
Note: See TracChangeset for help on using the changeset viewer.