From 38bee36abb14019fe5929ecc47afd85162310f18 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Mon, 11 Nov 2024 17:11:14 +0100 Subject: [PATCH] minor code-style corrections --- inc/class-statify-frontend.php | 2 +- inc/class-statify-settings.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/class-statify-frontend.php b/inc/class-statify-frontend.php index 2dda9451..4e415d70 100644 --- a/inc/class-statify-frontend.php +++ b/inc/class-statify-frontend.php @@ -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 ); diff --git a/inc/class-statify-settings.php b/inc/class-statify-settings.php index 7986ee59..01c7b4d2 100644 --- a/inc/class-statify-settings.php +++ b/inc/class-statify-settings.php @@ -375,5 +375,4 @@ public static function create_settings_page() {