Changeset 37719
- Timestamp:
- 06/15/2016 06:30:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/pluginBasename.php
r37332 r37719 17 17 $old_wp_plugin_paths = $wp_plugin_paths; 18 18 19 $wp_plugin_paths[ WP_PLUGIN_DIR. '/a-symlinked-plugin' ] = 'C:/www/path/plugins/a-plugin';19 $wp_plugin_paths[ wp_normalize_path( WP_PLUGIN_DIR ) . '/a-symlinked-plugin' ] = 'C:/www/path/plugins/a-plugin'; 20 20 21 21 $basename = plugin_basename( 'c:\www\path\plugins\a-plugin\plugin.php' );
Note: See TracChangeset
for help on using the changeset viewer.