Changes between Initial Version and Version 1 of Ticket #18852, comment 36
- Timestamp:
- 02/27/2014 05:38:04 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18852, comment 36
initial v1 14 14 15 15 This is more annoying than anything else. Without digging too much, we currently do `$path = str_replace ( '/wp-admin/', '/', $path );` in 3.8.1 ms-settings. Something similar is done in trunk via #27003. 16 17 **Edit**: Actually, some or most of that is wrong.