Changeset 3001 for trunk/wp-includes/functions.php
- Timestamp:
- 11/06/2005 07:04:46 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2977 r3001 1405 1405 } 1406 1406 1407 function is_preview() { 1408 global $wp_query; 1409 1410 return $wp_query->is_preview; 1411 } 1412 1407 1413 function is_archive () { 1408 1414 global $wp_query;
Note: See TracChangeset
for help on using the changeset viewer.