Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/PrivacyExportPersonalData.php

    r46693 r47122  
    155155
    156156        $this->_setRole( 'administrator' );
    157         // export_others_personal_data meta cap in Multisite installation is only granted to those with `manage_network` capability.
     157        // `export_others_personal_data` meta cap in Multisite installation is only granted to those with `manage_network` capability.
    158158        if ( is_multisite() ) {
    159159            grant_super_admin( get_current_user_id() );
     
    808808
    809809    /**
    810      * Helper function for ajax handler.
     810     * Helper function for Ajax handler.
    811811     *
    812812     * @since 5.2.0
Note: See TracChangeset for help on using the changeset viewer.