Changeset 2716 for trunk/wp-includes/functions.php
- Timestamp:
- 07/17/2005 04:58:13 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2715 r2716 1414 1414 } 1415 1415 1416 function in_the_loop() { 1417 global $wp_query; 1418 1419 return $wp_query->in_the_loop; 1420 } 1421 1416 1422 function get_query_var($var) { 1417 1423 global $wp_query;
Note: See TracChangeset
for help on using the changeset viewer.