Changes between Initial Version and Version 2 of Ticket #31057
- Timestamp:
- 01/19/2015 05:07:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31057 – Description
initial v2 22 22 The problematic function is '''network_admin_url()''' and the fact that it doesn't count on putting Wordpress into a directory at all. It's using the global variable $current_blog which is initialized in ms-settings.php. The variable should not only store the path to the site front-end, but also the Wordpress directory, so that it can reference individual PHP files properly. 23 23 24 Similar bug is recorded here, but it's for Wordpress 3.5: https://core.trac.wordpress.org/ticket/2322124 Similar bug is recorded here, but it's for Wordpress 3.5: #23221