Make WordPress Core


Ignore:
Timestamp:
12/19/2005 07:10:09 PM (21 years ago)
Author:
ryan
Message:

Validation tweaks. fixes #2097

File:
1 edited

Legend:

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

    r3303 r3329  
    535535        }
    536536
    537         $icon = "<img src=\"{$src}\" title=\"{$post->post_title}\" {$constraint}/>";
     537        $icon = "<img src=\"{$src}\" title=\"{$post->post_title}\" alt=\"{$post->post_title}\" {$constraint}/>";
    538538
    539539        return apply_filters('attachment_icon', $icon, $post->ID);
Note: See TracChangeset for help on using the changeset viewer.