Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelUtkarsh committed May 30, 2022
1 parent f663ae8 commit cd38d4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/inc/block-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ function filter_body_class( $classes ) {

/**
* Em to px.
*
* @param float $em Em value.
*
* @return int
*/
function em_to_px( $em ) {
return (int) ( $em * 16 );
Expand Down

0 comments on commit cd38d4a

Please sign in to comment.