/
home
/
vianto5
/
cititower.mx
/
wp-content
/
plugins
/
sitepress-multilingual-cms
/
inc
/
/home/vianto5/cititower.mx/wp-content/plugins/sitepress-multilingual-cms/inc
mkdir
upload
Name
Size
Mode
Actions
absolute-links/
-
0755
rm
actions/
-
0755
rm
core/
-
0755
rm
hacks/
-
0755
rm
local-translation/
-
0755
rm
post-translation/
-
0755
rm
query-filtering/
-
0755
rm
setup/
-
0755
rm
taxonomy-term-translation/
-
0755
rm
tools/
-
0755
rm
translation-jobs/
-
0755
rm
translation-management/
-
0755
rm
translation-proxy/
-
0755
rm
upgrade-functions/
-
0755
rm
url-handling/
-
0755
rm
utilities/
-
0755
rm
wp-nav-menus/
-
0755
rm
wpml-config/
-
0755
rm
cache.php
4448
0644
edit
dl
rm
constants-tm.php
1366
0644
edit
dl
rm
constants.php
6695
0644
edit
dl
rm
deprecated-hooks.php
261
0644
edit
dl
rm
functions-debug-information.php
122
0644
edit
dl
rm
functions-helpers.php
1190
0644
edit
dl
rm
functions-load-tm.php
26044
0644
edit
dl
rm
functions-load.php
14242
0644
edit
dl
rm
functions-network.php
4163
0644
edit
dl
rm
functions-sanitation.php
1954
0644
edit
dl
rm
functions-security.php
2242
0644
edit
dl
rm
functions-troubleshooting.php
6971
0644
edit
dl
rm
functions.php
28121
0644
edit
dl
rm
hacks.php
982
0644
edit
dl
rm
icl-admin-notifier.php
29098
0644
edit
dl
rm
import-xml.php
1475
0644
edit
dl
rm
js-scripts.php
707
0644
edit
dl
rm
js-tm-scripts.php
3207
0644
edit
dl
rm
lang-data.php
9038
0644
edit
dl
rm
language-switcher.php
2416
0644
edit
dl
rm
not-compatible-plugins.php
2049
0644
edit
dl
rm
plugin-integration-nextgen.php
1854
0644
edit
dl
rm
plugins-integration.php
2070
0644
edit
dl
rm
template-functions.php
48587
0644
edit
dl
rm
upgrade.php
10337
0644
edit
dl
rm
wpml-api.php
19748
0644
edit
dl
rm
wpml-post-comments.class.php
6487
0644
edit
dl
rm
wpml-post-edit-ajax.class.php
13370
0644
edit
dl
rm
wpml-private-actions-tm.php
3572
0644
edit
dl
rm
wpml-private-actions.php
4482
0644
edit
dl
rm
wpml-private-filters.php
1049
0644
edit
dl
rm
wpml_load_request_handler.php
1547
0644
edit
dl
rm
wpml_zip.php
23598
0644
edit
dl
rm
Edit:
/home/vianto5/cititower.mx/wp-content/plugins/sitepress-multilingual-cms/inc/constants-tm.php
(1366B)
<?php define( 'WPML_TM_FOLDER', 'tm' ); define( 'WPML_TM_URL', plugins_url( '', dirname( __FILE__ ) ) ); define( 'TP_MIGRATION_NOT_STARTED', 0 ); define( 'TP_MIGRATION_REQUESTED', 2 ); define( 'TP_MIGRATION_IN_PROGRESS', 3 ); define( 'TP_MIGRATION_WAITING_CONFIRMATION', 4 ); define( 'TP_MIGRATION_COMPLETED', 1 ); if ( ! defined( 'TRANSLATION_PROXY_XLIFF_VERSION' ) ) { define( 'TRANSLATION_PROXY_XLIFF_VERSION', '12' ); } if ( ! defined( 'WPML_XLIFF_TM_URL' ) ) { define( 'WPML_XLIFF_TM_URL', plugins_url( '', dirname( __FILE__ ) ) ); } if ( ! defined( 'WPML_XLIFF_TM_NEWLINES_REPLACE' ) ) { define( 'WPML_XLIFF_TM_NEWLINES_REPLACE', 1 ); } if ( ! defined( 'WPML_XLIFF_TM_NEWLINES_ORIGINAL' ) ) { define( 'WPML_XLIFF_TM_NEWLINES_ORIGINAL', 2 ); } if ( ! defined( 'WPML_XLIFF_DEFAULT_VERSION' ) ) { define( 'WPML_XLIFF_DEFAULT_VERSION', '12' ); } if ( ! defined( 'TA_URL_ENDPOINT' ) ) { define( 'TA_URL_ENDPOINT', 'https://www.icanlocalize.com' ); } if ( ! defined( 'TA_SCHEDULE_OCCURENCE' ) ) { define( 'TA_SCHEDULE_OCCURENCE', 'daily' ); } if ( ! defined( 'JSON_UNESCAPED_UNICODE' ) ) { define( 'JSON_UNESCAPED_UNICODE', 256 ); } if ( ! defined( 'JSON_UNESCAPED_SLASHES' ) ) { define( 'JSON_UNESCAPED_SLASHES', 64 ); } global $asian_languages; $asian_languages = array( 'ja', 'ko', 'zh-hans', 'zh-hant', 'mn', 'ne', 'hi', 'pa', 'ta', 'th' );
Save