Ticket #48354: 48354.diff
File 48354.diff, 612 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/class-wp-query.php
3946 3946 * 3947 3947 * @since 3.1.0 3948 3948 * 3949 * @param int|string| array$page Optional. Page ID, title, slug, path, or array of such. Default empty.3949 * @param int|string|int[]|string[] $page Optional. Page ID, title, slug, path, or array of such. Default empty. 3950 3950 * @return bool Whether the query is for an existing single page. 3951 3951 */ 3952 3952 public function is_page( $page = '' ) {