Changeset 2822
- Timestamp:
- 08/30/2005 04:07:12 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2805 r2822 248 248 eval("\$query = \"$query\";"); 249 249 $query = new WP_Query($query); 250 if ( $query->is_ post|| $query->is_page )250 if ( $query->is_single || $query->is_page ) 251 251 return $query->post->ID; 252 252 else
Note: See TracChangeset
for help on using the changeset viewer.