diff --git a/theme/inc/block-editor.php b/theme/inc/block-editor.php index 6ec594f4..1c9d092b 100644 --- a/theme/inc/block-editor.php +++ b/theme/inc/block-editor.php @@ -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 );