scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
WordPress 4.2.2-scripts
[autoinstalls/wordpress.git]
/
wp-admin
/
ms-themes.php
diff --git
a/wp-admin/ms-themes.php
b/wp-admin/ms-themes.php
index ad54efe2e5c9987f9827be5da10a354227818c1c..1a03c66652e29e82e1ec19ad7ad117c1a1bf5682 100644
(file)
--- a/
wp-admin/ms-themes.php
+++ b/
wp-admin/ms-themes.php
@@
-7,8
+7,7
@@
* @since 3.0.0
*/
-require_once(
'.
/admin.php' );
+require_once(
dirname( __FILE__ ) . '
/admin.php' );
wp_redirect( network_admin_url('themes.php') );
exit;
-?>