﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
10957	Change to defines WP_SITEURL and WP_HOME & Settings	Frumph		"Logic bug.

While repairing several sites who have installations in sub-directories, it's often times because they change the siteurl and blogurl inside the dashboard - settings - general.

To fix them quick and easy I assumed I could just set the 
{{{
define('WP_HOME', 'http://example.com/wordpress'); 
define('WP_SITEURL', 'http://example.com/wordpress');
}}}

defines in the wp-config.php, but when I do that, the dashboard - settings - general options for changing the addresses properly in the database are grayed out.

This is a bug imo because it's not safeguarding anything, the purpose for the overrides is to fix situations, but not having those available to be edited is a hindrance.   

"	defect (bug)	closed	normal		General		normal	wontfix		
