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/class-wp-block-parser.php

    r61504 r61995  
    319319     * @internal
    320320     * @since 5.0.0
    321      * @param null $length how many bytes of document text to output.
     321     * @param null|int $length How many bytes of document text to output.
    322322     */
    323323    public function add_freeform( $length = null ) {
Note: See TracChangeset for help on using the changeset viewer.