Skip to content

Commit

Permalink
minor code-style corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Nov 11, 2024
1 parent a35ebc8 commit 38bee36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion inc/class-statify-frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ private static function get_disallowed_keys() {

if ( false === $disallowed_keys ) {
// WordPress < 5.5 uses the old key.
$disallowed_keys = get_option( 'blacklist_keys' );
$disallowed_keys = get_option( 'blacklist_keys' ); // phpcs:ignore WordPress.WP.DeprecatedParameterValues.Found
}

$disallowed_keys = trim( $disallowed_keys );
Expand Down
1 change: 0 additions & 1 deletion inc/class-statify-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -375,5 +375,4 @@ public static function create_settings_page() {

<?php
}

}

0 comments on commit 38bee36

Please sign in to comment.