Changes between Initial Version and Version 1 of Ticket #23073, comment 32
- Timestamp:
- 01/05/2013 02:24:47 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23073, comment 32
initial v1 1 the [http://core.trac.wordpress.org/attachment/ticket/23073/23073.2.diff 23073.2.diff] was correct for me with subdomains and wordpress in its own directory (except that it should have the fix for mismatching separators: str_replace( '\\', '/', ...)on ABSPATH and $home_path )1 the [http://core.trac.wordpress.org/attachment/ticket/23073/23073.2.diff 23073.2.diff] was correct for me with subdomains and wordpress in its own directory (except that it should have the fix for mismatching separators: {{{str_replace('\\', '/', ...)}}} on ABSPATH and $home_path ) 2 2 3 3 Wordpress is installed in a subdir "wp":