25 lines
590 B
XML
25 lines
590 B
XML
|
|
<?xml version="1.0"?>
|
||
|
|
<ruleset>
|
||
|
|
|
||
|
|
<rule ref="WordPress.WP.I18n">
|
||
|
|
<properties>
|
||
|
|
<property name="text_domain" type="array">
|
||
|
|
<element value="jetpack-plugins-installer" />
|
||
|
|
</property>
|
||
|
|
</properties>
|
||
|
|
</rule>
|
||
|
|
<rule ref="Jetpack.Functions.I18n">
|
||
|
|
<properties>
|
||
|
|
<property name="text_domain" value="jetpack-plugins-installer" />
|
||
|
|
</properties>
|
||
|
|
</rule>
|
||
|
|
|
||
|
|
<rule ref="WordPress.Utils.I18nTextDomainFixer">
|
||
|
|
<properties>
|
||
|
|
<property name="old_text_domain" type="array" />
|
||
|
|
<property name="new_text_domain" value="jetpack-plugins-installer" />
|
||
|
|
</properties>
|
||
|
|
</rule>
|
||
|
|
|
||
|
|
</ruleset>
|