Use get_admin_url() to get the correct My Sites URL without calling switch_to_blog() directly.

props ocean90.
see #31314.
Built from https://develop.svn.wordpress.org/trunk@31448


git-svn-id: http://core.svn.wordpress.org/trunk@31429 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2015-02-13 12:53:25 +00:00
parent e2f5a8094e
commit 7e71b1f827
2 changed files with 10 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31447';
$wp_version = '4.2-alpha-31448';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.