﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
22486	PHP warning when creating a new site as part of a network	jkudish	westi	"I get the following error when I create a new site as part of a network running an up-to-date checkout of trunk.

{{{
Notice: Undefined variable: s in .../wp/wp-admin/network/site-new.php on line 88
}}}

My setup is a bit particular but I am fairly positive it has nothing to do with the bug. Here it goes anyway:

* locally hosted, using MAMP Pro, mapped to a .dev domain using my hosts file
* subdomain setup for multisite
* WordPress is in a subfolder on the domain, in a folder named 'wp'
* The wp-content folder has been moved to '/content'

The double quotes are causing the `$` to be executed as variables by the PHP parser instead of being interpreted as strings to replace by `sprintf`
Patch attached that fixes the issue. 
"	defect (bug)	closed	high	3.5	Multisite	3.5	major	fixed	has-patch commit	joachim.kudish@…
