Changeset 7172 for trunk/wp-includes/post-template.php
- Timestamp:
- 03/06/2008 07:48:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r7149 r7172 382 382 $post_title = attribute_escape($_post->post_title); 383 383 384 $link_text = wp_get_attachment_image($ attachment_id, $size);384 $link_text = wp_get_attachment_image($id, $size); 385 385 if ( !$link_text ) 386 386 $link_text = $_post->post_title;
Note: See TracChangeset
for help on using the changeset viewer.