Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #31057


Ignore:
Timestamp:
01/19/2015 05:07:13 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31057 – Description

    initial v2  
    2222The 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.
    2323
    24 Similar bug is recorded here, but it's for Wordpress 3.5: https://core.trac.wordpress.org/ticket/23221
     24Similar bug is recorded here, but it's for Wordpress 3.5: #23221