Changes between Initial Version and Version 1 of Ticket #28102, comment 3
- Timestamp:
- 05/03/2014 12:41:47 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28102, comment 3
initial v1 32 32 [attachment:28102.patch] fixes this by using a more unique name, `$_wp_plugin_file`, to restore the previous value. 33 33 34 We could probably just replace all instances o r`$plugin` in `activate_plugin()` with `$_wp_plugin_file`, but `$plugin` seems more readable.34 We could probably just replace all instances of `$plugin` in `activate_plugin()` with `$_wp_plugin_file`, but `$plugin` seems more readable.