﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
23075	Missed attribute 'title' in wp_get_attachment_image function	SkyDriver		"In codex (http://codex.wordpress.org/Function_Reference/wp_get_attachment_image)
{{{
$default_attr = array(
	'src'	=> $src,
	'class'	=> ""attachment-$size"",
	'alt'   => trim(strip_tags( get_post_meta($attachment_id, '_wp_attachment_image_alt', true) )),
	'title' => trim(strip_tags( $attachment->post_title )),
);
}}}

In media.php (Line: 554, http://core.trac.wordpress.org/browser/tags/3.5/wp-includes/media.php#L0)
{{{
$default_attr = array(
	'src'	=> $src,
	'class'	=> ""attachment-$size"",
	'alt'	=> trim(strip_tags( get_post_meta($attachment_id, '_wp_attachment_image_alt', true) )), // Use Alt field first
);
}}}"	defect (bug)	closed	normal	WordPress.org	Media	3.5	normal	fixed		
