Changeset 5977 for trunk/bp-core/bp-core-wpabstraction.php
- Timestamp:
- 04/13/2012 12:59:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-wpabstraction.php
r5159 r5977 6 6 * and will alter the environment so BuddyPress can run regardless. 7 7 * 8 * The code below mostly contains function mappings. This code is subject to change once 9 * the 3.0 WordPress version merge takes place. 8 * The code below mostly contains function mappings. This file is subject to change at any time. 10 9 */ 11 10 … … 14 13 15 14 /** 16 * Only add abstraction functions if WordPress is not in multisite mode15 * Only add MS-specific abstraction functions if WordPress is not in multisite mode 17 16 */ 18 17 if ( !is_multisite() ) {
Note: See TracChangeset
for help on using the changeset viewer.