Changeset 37983 for trunk/src/wp-includes/plugin.php
- Timestamp:
- 07/06/2016 09:44:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r37911 r37983 732 732 $file = wp_normalize_path( $file ); 733 733 734 arsort( $wp_plugin_paths ); 734 735 foreach ( $wp_plugin_paths as $dir => $realdir ) { 735 736 if ( strpos( $file, $realdir ) === 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.