Changeset 1556 for trunk/wp-includes/functions.php
- Timestamp:
- 08/24/2004 01:24:48 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1555 r1556 1603 1603 } 1604 1604 1605 function is_year () { 1606 global $wp_query; 1607 1608 return $wp_query->is_year; 1609 } 1610 1611 function is_month () { 1612 global $wp_query; 1613 1614 return $wp_query->is_month; 1615 } 1616 1617 function is_day () { 1618 global $wp_query; 1619 1620 return $wp_query->is_day; 1621 } 1622 1623 function is_time () { 1624 global $wp_query; 1625 1626 return $wp_query->is_time; 1627 } 1628 1605 1629 function is_author () { 1606 1630 global $wp_query;
Note: See TracChangeset
for help on using the changeset viewer.