Make WordPress Core

Changeset 63655


Ignore:
Timestamp:
09/17/2026 12:41:17 PM (5 hours ago)
Author:
audrasjb
Message:

Docs: Add missing return value in validate_file() docblock description.

Props gwendolinep.
Fixes #66127.
See #65860.

File:
1 edited

Legend:

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

    r63582 r63655  
    64036403 * A return value of `3` means the file is not in the allowed files list.
    64046404 *
     6405 * A return value of `0` means no file was provided or processed.
     6406 *
    64056407 * Note that absolute POSIX paths such as `/etc/passwd` are *not* rejected, and
    64066408 * never have been. Callers that must reject them are responsible for their own
Note: See TracChangeset for help on using the changeset viewer.