refactor: add type decs
This commit is contained in:
parent
c0dd0d0623
commit
e8e41c6c9d
7 changed files with 106 additions and 91 deletions
|
@ -31,6 +31,8 @@ class i18n {
|
|||
*
|
||||
* @since 1.5.1
|
||||
* @since 2.8.0 Rename from `load()` to `load_plugin_textdomain()`. Remove unused `$p_str_language_code` parameter.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function load_plugin_textdomain() {
|
||||
load_plugin_textdomain(
|
||||
|
|
Reference in a new issue