From cc924372bacdb77b9f0861253912d108d4bdd2c2 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sun, 21 Feb 2021 12:07:10 +0000 Subject: [PATCH] Remove comments from method args list --- class/language.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/class/language.php b/class/language.php index 982cb77..b8dfbc5 100644 --- a/class/language.php +++ b/class/language.php @@ -94,9 +94,7 @@ class MCI_Footnotes_Language { private static function load( $p_str_language_code ) { return load_plugin_textdomain( MCI_Footnotes_Config::C_STR_PLUGIN_NAME, - // This argument only fills the gap left by a deprecated argument (since WP2.7):. false, - // The plugin basedir is provided; trailing slash would be clipped:. MCI_Footnotes_Config::C_STR_PLUGIN_NAME . '/languages' ); }