Changeset 45739 for trunk/src/wp-includes/functions.php
- Timestamp:
- 08/04/2019 01:58:03 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r45737 r45739 1114 1114 * 1115 1115 * @global WP $wp Current WordPress environment instance. 1116 * @global WP_Query $wp_query 1117 * @global WP_Query $wp_the_query 1116 * @global WP_Query $wp_query WordPress Query object. 1117 * @global WP_Query $wp_the_query Copy of the WordPress Query object. 1118 1118 * 1119 1119 * @param string|array $query_vars Default WP_Query arguments. … … 1379 1379 * @since 2.1.0 1380 1380 * 1381 * @global WP_Query $wp_query Used to tell if the use a comment feed.1381 * @global WP_Query $wp_query WordPress Query object. 1382 1382 */ 1383 1383 function do_feed() { … … 2967 2967 * @since 5.1.0 The `$link_url`, `$link_text`, and `$exit` arguments were added. 2968 2968 * 2969 * @global WP_Query $wp_query Global WP_Query instance.2969 * @global WP_Query $wp_query WordPress Query object. 2970 2970 * 2971 2971 * @param string|WP_Error $message Optional. Error message. If this is a WP_Error object,
Note: See TracChangeset
for help on using the changeset viewer.