December 13th, 2005, 10:55 AM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,693
|
The code is in pp-inc.php get_imagethumb function
if ( file_exists( $filepath ) ) {
$imgtag = "<img border=\"0\" $imgsize src=\"$fileurl$rand\" alt=\"$bigimage\" />";
but we do not pass title in that function
|
| |