﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
8579	Empty lines at the end of functions.php break profile.php	pampfelimetten	anonymous	"my functions.php in my theme looks like this:

<?php
function test_custom_login() {
	echo '<link rel=""stylesheet"" type=""text/css"" href=""' . get_bloginfo('template_directory') . '/login.css"" />';
}
add_action('login_head', 'test_custom_login');
?>

It works fine, but when I want to update my user profile, I just get a blank page.

No plugins, happens in ff and opera on ubuntu

If I rename the functions.php to functionslsjkjlkjj.php, it works again."	defect (bug)	closed	normal		General		major	invalid	functions.php, breaks, profile, update	
