Changeset 9827 for trunk/src/bp-core/bp-core-avatars.php
- Timestamp:
- 04/30/2015 08:21:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-avatars.php
r9826 r9827 1802 1802 $retval = false; 1803 1803 1804 // No need to carry on if the current WordPress version is not supported. 1805 if ( ! bp_attachments_is_wp_version_supported() ) { 1806 return $retval; 1807 } 1808 1804 1809 if ( bp_is_user_change_avatar() && 'crop-image' !== bp_get_avatar_admin_step() ) { 1805 1810 $retval = ! bp_core_get_root_option( 'bp-disable-avatar-uploads' );
Note: See TracChangeset
for help on using the changeset viewer.