From cb43a1f6be20dbac8902d20579d1d81de098a9de Mon Sep 17 00:00:00 2001 From: pewgeuges <73141620+pewgeuges@users.noreply.github.com> Date: Tue, 23 Feb 2021 21:14:45 +0100 Subject: [PATCH] Restore compiler keyword in class/language.php --- class/language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/language.php b/class/language.php index cb6b750..e01bf7b 100644 --- a/class/language.php +++ b/class/language.php @@ -44,7 +44,7 @@ class MCI_Footnotes_Language { * @link https://wordpress.org/support/topic/error-missing-parameter-if-using-php-7-1-or-later/ * * Add 3rd (empty) argument in apply_filters() to prevent PHP from throwing an error. - * “Fatal error: Uncaught Argument_count_error: Too few arguments to function apply_filters()” + * “Fatal error: Uncaught ArgumentCountError: Too few arguments to function apply_filters()” * * Yet get_locale() is defined w/o parameters in wp-includes/l10n.php:30, and * apply_filters() is defined as apply_filters( $tag, $value ) in wp-includes/plugin.php:181.