Changeset 37332
- Timestamp:
- 04/30/2016 03:08:06 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r36392 r37332 676 676 global $wp_plugin_paths; 677 677 678 // $wp_plugin_paths contains normalized paths. 679 $file = wp_normalize_path( $file ); 680 678 681 foreach ( $wp_plugin_paths as $dir => $realdir ) { 679 682 if ( strpos( $file, $realdir ) === 0 ) { … … 682 685 } 683 686 684 $file = wp_normalize_path( $file );685 687 $plugin_dir = wp_normalize_path( WP_PLUGIN_DIR ); 686 688 $mu_plugin_dir = wp_normalize_path( WPMU_PLUGIN_DIR );
Note: See TracChangeset
for help on using the changeset viewer.