Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23221, comment 30


Ignore:
Timestamp:
01/20/2015 10:36:40 AM (10 years ago)
Author:
FolioVision
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23221, comment 30

    initial v1  
    33Thanks for taking a close look at this issue.
    44
    5 On the other hand, adding a clear cut path to the Wordpress PHP files would really simplify matters in multisite. My vote is for adding this simple universal variable which would be accessed in all multisite.
     5On the other hand, adding a clear cut path to the Wordpress PHP files would really simplify matters in multisite. My vote is for adding this simple universal variable which would be accessed in all multisite, just like you suggested:
     6
     7
     8{{{
     9define('WP_INSTALL_PATH','/wp/');
     10}}}
     11
    612
    713Alec Kinnear