Changes between Initial Version and Version 1 of Ticket #23221, comment 30
- Timestamp:
- 01/20/2015 10:36:40 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23221, comment 30
initial v1 3 3 Thanks for taking a close look at this issue. 4 4 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. 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, just like you suggested: 6 7 8 {{{ 9 define('WP_INSTALL_PATH','/wp/'); 10 }}} 11 6 12 7 13 Alec Kinnear