Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/15/2009 07:43:18 AM (18 years ago)
Author:
apeatling
Message:

Removed all references to deprecated MUPLUGINDIR and replaced with WPMU_PLUGIN_DIR and WPMU_PLUGIN_URL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-classes.php

    r1176 r1209  
    770770               
    771771                // Files in wp-content/themes directory and one subdir down
    772                 $prebuilt_fields_path = ABSPATH . MUPLUGINDIR . '/bp-xprofile/prebuilt-fields';
     772                $prebuilt_fields_path = WPMU_PLUGIN_DIR . '/bp-xprofile/prebuilt-fields';
    773773                if( !empty( $prebuilt_fields_path ) ){
    774774                        $prebuilt_fields_dir = @opendir($prebuilt_fields_path);         
Note: See TracChangeset for help on using the changeset viewer.