Make WordPress Core


Ignore:
Timestamp:
07/23/2020 09:53:43 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Miscellaneous DocBlock corrections.

See #49572.

File:
1 edited

Legend:

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

    r48590 r48591  
    75257525 *
    75267526 * @param string       $directory          Full path of a directory.
    7527  * @param string|array $exclude            Optional. Full path of a subdirectory to exclude from the total, or array of
    7528  *                                         paths. Expected without trailing slash(es).
    7529  * @param int          $max_execution_time Maximum time to run before giving up. In seconds.
    7530  *                                         The timeout is global and is measured from the moment WordPress started to load.
     7527 * @param string|array $exclude            Optional. Full path of a subdirectory to exclude from the total,
     7528 *                                         or array of paths. Expected without trailing slash(es).
     7529 * @param int          $max_execution_time Maximum time to run before giving up. In seconds. The timeout is global
     7530 *                                         and is measured from the moment WordPress started to load.
    75317531 * @return int|false|null Size in bytes if a valid directory. False if not. Null if timeout.
    75327532 */
Note: See TracChangeset for help on using the changeset viewer.