Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/22/2018 04:25:39 PM (8 years ago)
Author:
mercime
Message:

Nouveau Activity Widget: Remove px units from image width and height attributes.

Fixes #7764.

File:
1 edited

Legend:

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

    r11899 r11988  
    3030                                                                        array(
    3131                                                                                'type'   => 'thumb',
    32                                                                                 'width'  => '40px',
    33                                                                                 'height' => '40px',
     32                                                                                'width'  => '40',
     33                                                                                'height' => '40',
    3434                                                                        )
    3535                                                                );
Note: See TracChangeset for help on using the changeset viewer.