Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexkalh/a1bc0dfdacd406b680cf413f215791c2 to your computer and use it in GitHub Desktop.
Save alexkalh/a1bc0dfdacd406b680cf413f215791c2 to your computer and use it in GitHub Desktop.
2016.09.16 - enliven 1.7.1 - inc - functions.php
<?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