Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16953, comment 112


Ignore:
Timestamp:
03/30/2014 11:57:55 PM (10 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16953, comment 112

    initial v1  
    11I have a symlink that looks like this:
    22
     3{{{
    34    wp-content/mu-plugins/p2p-debug -> wp-content/plugins/posts-to-posts/debug.php
     5}}}
    46
    57`$wp_plugin_paths` ends up looking like this:
     
    1517What worries me is that all symlinks inside mu-plugins end up pointing to the directory of the first symlink. That doesn't seem sane.
    1618
    17 So, I propose, we remove the `wp_register_plugin_realpath( $mu_plugin );` line.
     19So, I propose we remove the `wp_register_plugin_realpath( $mu_plugin );` line.