Make WordPress Core


Ignore:
Timestamp:
03/06/2008 07:48:54 PM (18 years ago)
Author:
ryan
Message:

Fix insert, gallery, sizing, type queries, errors, thumbs, type fallback. Props andy. see #5911

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post-template.php

    r7149 r7172  
    382382    $post_title = attribute_escape($_post->post_title);
    383383
    384     $link_text = wp_get_attachment_image($attachment_id, $size);
     384    $link_text = wp_get_attachment_image($id, $size);
    385385    if ( !$link_text )
    386386        $link_text = $_post->post_title;
Note: See TracChangeset for help on using the changeset viewer.