diff --git a/classic-editor.php b/classic-editor.php index 4e78df1..39c2871 100644 --- a/classic-editor.php +++ b/classic-editor.php @@ -377,7 +377,7 @@ public static function register_settings() { if ( function_exists( 'add_allowed_options' ) ) { add_allowed_options( $allowed_options ); } else { - add_option_whitelist( $allowed_options ); + add_option_whitelist( $allowed_options ); // phpcs:ignore WordPress.WP.DeprecatedFunctions -- 4.9 fallback, only called when add_allowed_options() doesn't exist } $heading_1 = __( 'Default editor for all users', 'classic-editor' );