Changeset 2481 for trunk/wp-includes/functions.php
- Timestamp:
- 03/28/2005 02:34:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2479 r2481 1396 1396 } 1397 1397 1398 function is_admin () { 1399 global $wp_query; 1400 1401 return $wp_query->is_admin; 1402 } 1403 1398 1404 function is_home () { 1399 1405 global $wp_query;
Note: See TracChangeset
for help on using the changeset viewer.