Changeset 10214 for branches/2.7/wp-includes/link-template.php
- Timestamp:
- 12/16/2008 11:51:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-includes/link-template.php
r10150 r10214 93 93 ); 94 94 95 $post = &get_post($id); 95 if ( is_object($id) && isset($id->filter) && 'sample' == $id->filter ) 96 $post = $id; 97 else 98 $post = &get_post($id); 96 99 97 100 if ( empty($post->ID) ) return false;
Note: See TracChangeset
for help on using the changeset viewer.