Make WordPress Core


Ignore:
Timestamp:
03/12/2026 08:18:18 PM (2 months 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/ms-blogs.php

    r61772 r61995  
    756756 * @param string $pref       Field name.
    757757 * @param string $value      Field value.
    758  * @param null   $deprecated Not used.
     758 * @param mixed  $deprecated Not used.
    759759 * @return string|false $value
    760760 */
Note: See TracChangeset for help on using the changeset viewer.