Created
September 16, 2016 16:09
-
-
Save alexkalh/a1bc0dfdacd406b680cf413f215791c2 to your computer and use it in GitHub Desktop.
2016.09.16 - enliven 1.7.1 - inc - functions.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// File ../inc/functions.php | |
// Line 153 to 159 | |
if( ! empty( $value['font_size'] ) ){ | |
$tmp .= sprintf( ' font-size: %spx; ', $value['font_size'] ); | |
} | |
if( ! empty( $value['line_height'] ) ){ | |
$tmp .= sprintf( ' line-height: %spx; ', $value['line_height'] ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment