Skip to content

Commit

Permalink
Fixed error with typography face not saving.
Browse files Browse the repository at this point in the history
font size filter applied to face.
  • Loading branch information
jeremyclark13 committed Apr 14, 2012
1 parent 8d75fbd commit 44d90e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/options-sanitize.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function of_sanitize_font_size( $value ) {
}
return (int) apply_filters( 'of_default_font_size', $recognized );
}
add_filter( 'of_font_face', 'of_sanitize_font_size' );
add_filter( 'of_font_size', 'of_sanitize_font_size' );


function of_sanitize_font_style( $value ) {
Expand Down

0 comments on commit 44d90e8

Please sign in to comment.