Changeset 6062 for trunk/bp-core/bp-core-avatars.php
- Timestamp:
- 06/08/2012 08:19:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-avatars.php
r6046 r6062 71 71 $bp->avatar->upload_path = bp_core_avatar_upload_path(); 72 72 $bp->avatar->url = bp_core_avatar_url(); 73 74 // Backpat for pre-1.5 75 if ( ! defined( 'BP_AVATAR_UPLOAD_PATH' ) ) 76 define( 'BP_AVATAR_UPLOAD_PATH', $bp->avatar->upload_path ); 77 78 // Backpat for pre-1.5 79 if ( ! defined( 'BP_AVATAR_URL' ) ) 80 define( 'BP_AVATAR_URL', $bp->avatar->url ); 73 81 74 82 do_action( 'bp_core_set_avatar_globals' );
Note: See TracChangeset
for help on using the changeset viewer.