Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/10/2018 06:54:56 PM (8 years ago)
Author:
djpaul
Message:

Templates, Nouveau: remove cover image width restrictions.

Fixes #7811

Props imath, hnla

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress-functions.php

    r12008 r12076  
    139139        $avatar_height = apply_filters( 'bp_core_avatar_full_height', $top_offset );
    140140
    141         if ( ! empty( $GLOBALS['content_width'] ) ) {
    142             $width = $GLOBALS['content_width'];
    143         }
    144 
    145141        if ( $avatar_height > $top_offset ) {
    146142            $top_offset = $avatar_height;
Note: See TracChangeset for help on using the changeset viewer.