Changeset 2526062
- Timestamp:
- 05/04/2021 04:11:16 PM (5 years ago)
- File:
-
- 1 edited
-
hearthisat/trunk/public/class-hearthis-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hearthisat/trunk/public/class-hearthis-public.php
r2526060 r2526062 689 689 { 690 690 // min height with background img 691 if( $this->has_bg_img() && $height < 1 70)692 $_height = 1 70;691 if( $this->has_bg_img() && $height < 150) 692 $_height = 150; 693 693 else 694 694 $_height = $height;
Note: See TracChangeset
for help on using the changeset viewer.