Skip to content

Commit 547a6bd

Browse files
fix: correct plugin type from 'theme' to 'themes' (#283)
1 parent b5a404b commit 547a6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/Translations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function add_translations( $_transient_data, $type = 'plugins' ) {
189189
* @return array
190190
*/
191191
public function add_theme_translations( $_transient_data ) {
192-
return $this->add_translations( $_transient_data, 'theme' );
192+
return $this->add_translations( $_transient_data, 'themes' );
193193
}
194194

195195

0 commit comments

Comments
 (0)