Changes between Initial Version and Version 1 of Ticket #16953, comment 112
- Timestamp:
- 03/30/2014 11:57:55 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16953, comment 112
initial v1 1 1 I have a symlink that looks like this: 2 2 3 {{{ 3 4 wp-content/mu-plugins/p2p-debug -> wp-content/plugins/posts-to-posts/debug.php 5 }}} 4 6 5 7 `$wp_plugin_paths` ends up looking like this: … … 15 17 What worries me is that all symlinks inside mu-plugins end up pointing to the directory of the first symlink. That doesn't seem sane. 16 18 17 So, I propose ,we remove the `wp_register_plugin_realpath( $mu_plugin );` line.19 So, I propose we remove the `wp_register_plugin_realpath( $mu_plugin );` line.