Remove comments from method args list
This commit is contained in:
parent
70be3203dd
commit
cc924372ba
1 changed files with 0 additions and 2 deletions
|
@ -94,9 +94,7 @@ class MCI_Footnotes_Language {
|
||||||
private static function load( $p_str_language_code ) {
|
private static function load( $p_str_language_code ) {
|
||||||
return load_plugin_textdomain(
|
return load_plugin_textdomain(
|
||||||
MCI_Footnotes_Config::C_STR_PLUGIN_NAME,
|
MCI_Footnotes_Config::C_STR_PLUGIN_NAME,
|
||||||
// This argument only fills the gap left by a deprecated argument (since WP2.7):.
|
|
||||||
false,
|
false,
|
||||||
// The plugin basedir is provided; trailing slash would be clipped:.
|
|
||||||
MCI_Footnotes_Config::C_STR_PLUGIN_NAME . '/languages'
|
MCI_Footnotes_Config::C_STR_PLUGIN_NAME . '/languages'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue