Remove comments from method args list

This commit is contained in:
Ben Goldsworthy 2021-02-21 12:07:10 +00:00
parent 70be3203dd
commit cc924372ba

View file

@ -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'
);
}