Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/13/2012 12:59:13 PM (13 years ago)
Author:
boonebgorges
Message:

Improved docs in bp-core-wpabstraction.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-wpabstraction.php

    r5159 r5977  
    66 * and will alter the environment so BuddyPress can run regardless.
    77 *
    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.
    109 */
    1110
     
    1413
    1514/**
    16  * Only add abstraction functions if WordPress is not in multisite mode
     15 * Only add MS-specific abstraction functions if WordPress is not in multisite mode
    1716 */
    1817if ( !is_multisite() ) {
Note: See TracChangeset for help on using the changeset viewer.