Make WordPress Core


Ignore:
Timestamp:
03/12/2026 08:18:18 PM (2 weeks ago)
Author:
johnjamesjacoby
Message:

Docs: Correct lone @param null usages around some $deprecated vars.

Update incorrect uses of null as a single parameter type to be mixed instead, largely targeting $deprecated variable names.

Pipe | a few nulls with other valid types where appropriate.

Add a missing empty new-line between the _deprecated_file() and _deprecated_argument() functions.

See #64224.

File:
1 edited

Legend:

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

    r61633 r61995  
    22642264     *
    22652265     * @param int    $user_id    User ID.
    2266      * @param null   $deprecated Not used (argument deprecated).
     2266     * @param mixed  $deprecated Not used.
    22672267     * @param string $notify     Optional. Type of notification that should happen. Accepts 'admin' or an empty
    22682268     *                           string (admin only), 'user', or 'both' (admin and user). Default empty.
Note: See TracChangeset for help on using the changeset viewer.