Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:50:57 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Various formatting improvements to inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48352 r48574  
    248248         * @since 5.2.0
    249249         *
    250          * @param boolean $users_have_additional_content Whether the users have additional content. Default false.
    251          * @param int[]   $userids                       Array of IDs for users being deleted.
     250         * @param bool  $users_have_additional_content Whether the users have additional content. Default false.
     251         * @param int[] $userids                       Array of IDs for users being deleted.
    252252         */
    253253        $users_have_content = (bool) apply_filters( 'users_have_additional_content', false, $userids );
Note: See TracChangeset for help on using the changeset viewer.