Make WordPress Core


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

Docs: Adjust documentation for some pre_* filters for consistency.

See #48303.

File:
1 edited

Legend:

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

    r47096 r47101  
    887887     * @since 5.1.0
    888888     *
    889      * @param null|string $result   Default null.
     889     * @param null|string $result   The value to return instead. Default null to continue with the query.
    890890     * @param string      $strategy Optional. The computational strategy to use when counting the users.
    891891     *                              Accepts either 'time' or 'memory'. Default 'time'.
Note: See TracChangeset for help on using the changeset viewer.