Changeset 2229
- Timestamp:
- 12/30/2009 03:36:28 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-avatars.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-avatars.php
r2209 r2229 370 370 if ( bp_core_is_multiblog_install() ) 371 371 $path = ABSPATH . get_blog_option( BP_ROOT_BLOG, 'upload_path' ); 372 else 373 $path = get_option( 'upload_path' ); 372 else { 373 if ( !$path = get_option( 'upload_path' ) ) 374 $path = WP_CONTENT_DIR . '/uploads'; 375 } 374 376 375 377 return apply_filters( 'bp_core_avatar_upload_path', $path );
Note: See TracChangeset
for help on using the changeset viewer.