Changes between Initial Version and Version 2 of Ticket #16953
- Timestamp:
- 03/23/11 21:02:44 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16953
- Property Keywords has-patch commit added
- Property Owner set to scribu
- Property Status changed from new to accepted
- Property Milestone changed from Awaiting Review to 3.2
-
Ticket #16953 – Description
initial v2 1 1 There are many scenarios where one would like to have a plugin's folder symlinked to another location. 2 2 3 A couple of these scenarios are described in #13550 3 A couple of these scenarios are described in #13550. 4 4 5 5 The reason this is not currently possible is because plugin_basename() doesn't know how to handle symlinks. 6 6 7 The most simple and most flexible solution is to make the plugin basename filterable, leaving individual devs to set it up according totheir environment.7 The most simple and most flexible solution is to make the plugin basename filterable, leaving individual devs to handle symlinks, depending on their environment.