Skip to content

Commit c3a944d

Browse files
committed
Set units for individual typography fields.
Signed-off-by: Kev Provance <[email protected]>
1 parent 464ef40 commit c3a944d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

redux-core/inc/classes/class-redux-helpers.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -470,14 +470,6 @@ public static function get_statistics_object(): array {
470470

471471
if ( empty( $data['developer'] ) ) {
472472
unset( $data['developer'] );
473-
} else { // phpcs:ignore Generic.CodeAnalysis.EmptyStatement
474-
// phpcs:disable Squiz.PHP.CommentedOutCode
475-
476-
/*
477-
* print_r($data['developer']);
478-
* echo "NO";
479-
*/
480-
// phpcs:enable Squiz.PHP.CommentedOutCode
481473
}
482474

483475
ksort( $data );

0 commit comments

Comments
 (0)