diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-12-20 15:12:04 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-12-20 15:12:04 +0000 |
| commit | cc83ad3fc583dc8492842143d030ebb15275b02b (patch) | |
| tree | 20b31056c7dbf1950c00808564595721d18c44fa /wp-inst/wp-includes/template-functions-post.php | |
| parent | 85a3cd1e5bd9e8861b2034402518891c5f905dac (diff) | |
WP Merge
Cache fixes
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@477 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-includes/template-functions-post.php')
| -rw-r--r-- | wp-inst/wp-includes/template-functions-post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-includes/template-functions-post.php b/wp-inst/wp-includes/template-functions-post.php index c851947..a13fa87 100644 --- a/wp-inst/wp-includes/template-functions-post.php +++ b/wp-inst/wp-includes/template-functions-post.php @@ -534,7 +534,7 @@ function get_attachment_icon($id = 0, $fullsize = false, $max_dims = false) { } } - $icon = "<img src=\"{$src}\" title=\"{$post->post_title}\" {$constraint}/>"; + $icon = "<img src=\"{$src}\" title=\"{$post->post_title}\" alt=\"{$post->post_title}\" {$constraint}/>"; return apply_filters('attachment_icon', $icon, $post->ID); } |
