Ticket #48080: 48080.diff
| File 48080.diff, 615 bytes (added by , 6 years ago) |
|---|
-
src/wp-includes/class-wp-query.php
522 522 * Fills in the query variables, which do not exist within the parameter. 523 523 * 524 524 * @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. 526 526 * 527 527 * @param array $array Defined query variables. 528 528 * @return array Complete query variables with undefined ones filled in empty.