Changeset 2485 for trunk/wp-includes/functions.php
- Timestamp:
- 03/29/2005 03:33:56 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2481 r2485 554 554 $post = & $post_cache[$post->ID]; 555 555 } else { 556 if ( isset($GLOBALS['post']) && ($post == $GLOBALS['post']->ID) ) 557 $post = & $GLOBALS['post']; 558 elseif (isset($post_cache[$post])) 556 if (isset($post_cache[$post])) 559 557 $post = & $post_cache[$post]; 560 558 else {
Note: See TracChangeset
for help on using the changeset viewer.