Commit realizado el 12:13:52 08-04-2024
This commit is contained in:
14
wp-content/themes/Divi/epanel/i18n/library.php
Normal file
14
wp-content/themes/Divi/epanel/i18n/library.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* I18n file.
|
||||
*
|
||||
* Translatable strings go here.
|
||||
*
|
||||
* @package Divi
|
||||
*/
|
||||
|
||||
return [
|
||||
'Theme Options' => esc_html__( 'Theme Options', 'et_builder' ),
|
||||
'Import & Export Theme Options' => esc_html__( 'Import & Export Theme Options', 'et_builder' ),
|
||||
'Import Theme Options' => esc_html__( 'Import Theme Options', 'et_builder' ),
|
||||
];
|
Reference in New Issue
Block a user