Merge remote-tracking branch 'remotes/origin/fix/helpscout#33053_dynamic_profile'

This commit is contained in:
nikitasinelnikov
2019-08-23 20:47:36 +03:00
+1 -1
View File
@@ -1,7 +1,7 @@
<style type="text/css">
<?php
$photosize = str_replace('px','',$photosize);
$photosize = filter_var( $photosize, FILTER_SANITIZE_NUMBER_INT );
$photosize_up = ( $photosize / 2 ) + 10;
$meta_padding = ( $photosize + 60 ) . 'px';