Skip to content

Commit f2b9b11

Browse files
author
cristianraiber
committed
final travis hopefully
1 parent 3380e75 commit f2b9b11

File tree

3 files changed

+1079
-744
lines changed

3 files changed

+1079
-744
lines changed

header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
$shapely_transparent_header = get_theme_mod( 'shapely_transparent_header', 0 );
1616
$shapely_transparent_header_opacity = get_theme_mod( 'shapely_sticky_header_transparency', 100 );
1717

18-
if ( $shapely_transparent_header == 1 && $shapely_transparent_header_opacity ) {
18+
if ( 1 == $shapely_transparent_header && $shapely_transparent_header_opacity ) {
1919
if ( $shapely_transparent_header_opacity < 100 ) {
2020
$style = 'style="background: rgba(255, 255, 255, 0.' . esc_attr( $shapely_transparent_header_opacity ) . ');"';
2121
} else {

0 commit comments

Comments
 (0)