Make WordPress Core


Ignore:
Timestamp:
05/08/2023 10:35:38 PM (21 months ago)
Author:
johnbillion
Message:

Docs: A host of corrections and improvements to inline documentation.

See #57840

File:
1 edited

Legend:

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

    r54891 r55732  
    895895     *
    896896     * @return bool[] List of capabilities keyed by the capability name,
    897      *                e.g. array( 'edit_posts' => true, 'delete_posts' => false ).
     897     *                e.g. `array( 'edit_posts' => true, 'delete_posts' => false )`.
    898898     */
    899899    private function get_caps_data() {
Note: See TracChangeset for help on using the changeset viewer.