Changeset 2056
- Timestamp:
- 04/17/2009 11:03:33 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bb-admin/includes/functions.bb-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-admin/includes/functions.bb-plugin.php
r2052 r2056 210 210 $_directory = str_replace( '\\', '/', $_data['dir'] ); 211 211 if ( 0 === strpos( $plugin_file, $_directory ) ) { 212 $location = $_name;212 $location = array( 1 => $_name ); 213 213 break; 214 214 }
Note: See TracChangeset
for help on using the changeset viewer.