Ticket #48354: Stricter_docs_for_WP_Query__is_page().patch
File Stricter_docs_for_WP_Query__is_page().patch, 702 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/class-wp-query.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
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 = '' ) {