Make WordPress Core

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


Ignore:
Timestamp:
06/06/2011 01:52:03 PM (14 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16953, comment 10

    initial v1  
    1 Well, anything that uses plugin_basename(__FILE__) won't work properly and ''can't'' be fixed by hooking into 'plugins_url'.
     1Well, anything that uses {{{plugin_basename(__FILE__)}}} won't work properly and ''can't'' be fixed by hooking into 'plugins_url'.
    22
    33Changing each plugin to pass to plugin_basename() what it would expect is not a good solution.