Make WordPress Core

Ticket #48080: 48080.diff

File 48080.diff, 615 bytes (added by Hareesh Pillai, 6 years ago)

Patch fixing the @since annotation to include the correct version.

  • src/wp-includes/class-wp-query.php

     
    522522         * Fills in the query variables, which do not exist within the parameter.
    523523         *
    524524         * @since 2.1.0
    525          * @since 4.4.0 Removed the `comments_popup` public query variable.
     525         * @since 4.5.0 Removed the `comments_popup` public query variable.
    526526         *
    527527         * @param array $array Defined query variables.
    528528         * @return array Complete query variables with undefined ones filled in empty.