Changeset 2868
- Timestamp:
- 03/25/2010 11:20:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core.php
r2856 r2868 1562 1562 unset( $site_path[2] ); 1563 1563 1564 $site_path = '/' . implode( '/', $site_path ) . '/'; 1564 if ( !count( $site_path ) ) 1565 $site_path = '/'; 1566 else 1567 $site_path = '/' . implode( '/', $site_path ) . '/'; 1565 1568 } 1566 1569 } … … 1568 1571 return apply_filters( 'bp_core_get_site_path', $site_path ); 1569 1572 } 1570 1571 1573 /** 1572 1574 * bp_core_get_site_options()
Note: See TracChangeset
for help on using the changeset viewer.