Hey I looked through the forums and found this code
("gallery_valid_file_extension_for_photo","my_custom_photo_extensions",20);
function my_custom_photo_extensions($ext){
return array("jpg","jpeg","png","gif","JPEG","JPG","PNG","GIF");
}
When I added it to my functions.php it doesn't work, and just adds the actual code to the top of my page... what am I doing wrong? :S