Skip to content

Commit 578e4b5

Browse files
authored
Init i18n support (#447)
* Use init hook instead of plugins_loaded * WordPress tested
1 parent 59e47e0 commit 578e4b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpcs.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<rule ref="WordPress.WP.I18n">
106106
<properties>
107107
<property name="text_domain" type="array">
108-
<element value="my-textdomain"/>
108+
<element value="multisite-language-switcher"/>
109109
<element value="library-textdomain"/>
110110
</property>
111111
</properties>

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: realloc, lucatume
44
Donate link: https://www.greenpeace.org/international/
55
Tags: multilingual, multisite, language, switcher, localization
66
Requires at least: 6.1
7-
Tested up to: 6.7
7+
Tested up to: 6.8
88
Requires PHP: 7.4
99
Stable tag: 2.9.5
1010
License: GPLv2 or later

0 commit comments

Comments
 (0)