- Timestamp:
- 05/10/2018 06:54:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress-functions.php
r12008 r12076 139 139 $avatar_height = apply_filters( 'bp_core_avatar_full_height', $top_offset ); 140 140 141 if ( ! empty( $GLOBALS['content_width'] ) ) {142 $width = $GLOBALS['content_width'];143 }144 145 141 if ( $avatar_height > $top_offset ) { 146 142 $top_offset = $avatar_height;
Note: See TracChangeset
for help on using the changeset viewer.