Skip to content

Instantly share code, notes, and snippets.

@alexkalh
Created September 16, 2016 16:07
Show Gist options
  • Save alexkalh/f30cf80043197ea721a8a64d1fc29ce2 to your computer and use it in GitHub Desktop.
Save alexkalh/f30cf80043197ea721a8a64d1fc29ce2 to your computer and use it in GitHub Desktop.
Enliven 1.7 - typography's issue
<?php
// File ../inc/functions.php
// Line 153 to 159
if( ! empty( $value['font_size'] ) ){
$tmp .= sprintf( ' font-size: %s; ', $value['font_size'] );
}
if( ! empty( $value['line_height'] ) ){
$tmp .= sprintf( ' line-height: %s; ', $value['line_height'] );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment