Changeset 535
- Timestamp:
- Mar 10, 2010, 4:56:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extras/xpress_i18n/en/xpressme_modules_root/wp-config.php
r531 r535 49 49 define('LOGGED_IN_KEY', 'put your unique phrase here'); 50 50 define('NONCE_KEY', 'put your unique phrase here'); 51 define('AUTH_SALT', 'put your unique phrase here'); 52 define('SECURE_AUTH_SALT', 'put your unique phrase here'); 53 define('LOGGED_IN_SALT', 'put your unique phrase here'); 54 define('NONCE_SALT', 'put your unique phrase here'); 51 55 52 56 /** -
trunk/extras/xpress_i18n/portuguese-br/xpressme_modules_root/wp-config.php
r531 r535 47 47 define('LOGGED_IN_KEY', 'coloque sua frase única aqui'); 48 48 define('NONCE_KEY', 'coloque sua frase única aqui'); 49 define('AUTH_SALT', 'put your unique phrase here'); 50 define('SECURE_AUTH_SALT', 'put your unique phrase here'); 51 define('LOGGED_IN_SALT', 'put your unique phrase here'); 52 define('NONCE_SALT', 'put your unique phrase here'); 49 53 /**#@-*/ 50 54 -
trunk/extras/xpress_i18n/template/xpressme_modules_root/wp-config.php
r531 r535 49 49 define('LOGGED_IN_KEY', 'put your unique phrase here'); 50 50 define('NONCE_KEY', 'put your unique phrase here'); 51 define('AUTH_SALT', 'put your unique phrase here'); 52 define('SECURE_AUTH_SALT', 'put your unique phrase here'); 53 define('LOGGED_IN_SALT', 'put your unique phrase here'); 54 define('NONCE_SALT', 'put your unique phrase here'); 51 55 52 56 /** -
trunk/xpressme_integration_kit/wp-config.php
r531 r535 49 49 define('LOGGED_IN_KEY', 'put your unique phrase here'); 50 50 define('NONCE_KEY', 'put your unique phrase here'); 51 define('AUTH_SALT', 'put your unique phrase here'); 52 define('SECURE_AUTH_SALT', 'put your unique phrase here'); 53 define('LOGGED_IN_SALT', 'put your unique phrase here'); 54 define('NONCE_SALT', 'put your unique phrase here'); 51 55 52 56 /**
Note: See TracChangeset
for help on using the changeset viewer.