Changeset 1517 for trunk/wp-includes/functions.php
- Timestamp:
- 08/08/2004 04:47:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1516 r1517 1581 1581 } 1582 1582 1583 function get_query_var($var) { 1584 global $wp_query; 1585 1586 return $wp_query->get($var); 1587 } 1588 1583 1589 function have_posts() { 1584 1590 global $wp_query;
Note: See TracChangeset
for help on using the changeset viewer.