Define home_url() in load-scripts.php. see #9008, props ocean90.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
94e529cee3
commit
9e81303893
|
@ -77,6 +77,11 @@ function site_url() {}
|
||||||
*/
|
*/
|
||||||
function admin_url() {}
|
function admin_url() {}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @ignore
|
||||||
|
*/
|
||||||
|
function home_url() {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ignore
|
* @ignore
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue