id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 16953 Allow symlinked plugins scribu rmccue "There are many scenarios where one would like to have a plugin's folder symlinked to another location. A couple of these scenarios are described in #13550. However, when using symlinks, code such as this fails: {{{plugins_url( 'script.js', __FILE__ );}}} This happens because {{{__FILE__}}} resolves to the real path, which confuses plugin_basename(). The most simple and most flexible solution is to add a filter to plugin_basename(), leaving individual devs to handle symlinked paths, depending on their environment." enhancement closed normal 3.9 Plugins normal fixed needs-patch