Changeset 32650 for trunk/src/wp-includes/plugin.php
- Timestamp:
- 05/29/2015 03:42:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r32615 r32650 690 690 691 691 // Normalize, but store as static to avoid recalculation of a constant value 692 static $wp_plugin_path , $wpmu_plugin_path;692 static $wp_plugin_path = null, $wpmu_plugin_path = null; 693 693 if ( ! isset( $wp_plugin_path ) ) { 694 694 $wp_plugin_path = wp_normalize_path( WP_PLUGIN_DIR );
Note: See TracChangeset
for help on using the changeset viewer.