Changeset 8600 for trunk/wp-includes/post-template.php
- Timestamp:
- 08/09/2008 05:36:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r8572 r8600 87 87 88 88 if ( NULL == $more_link_text ) 89 $more_link_text = __( '(more...)' ); 89 $more_link_text = __( '(more...)' ); 90 90 91 91 $output = ''; … … 451 451 if ( !$post = & get_post($id) ) 452 452 return false; 453 453 454 454 if ( !$src = get_attachment_icon_src( $post->ID, $fullsize ) ) 455 455 return false;
Note: See TracChangeset
for help on using the changeset viewer.