Changeset 26028 for trunk/include
- Timestamp:
- Dec 18, 2013, 8:59:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_user.inc.php
r25729 r26028 253 253 254 254 $keyargs_content = array( 255 get_l10n_args('Hello %s,', $login),255 get_l10n_args('Hello %s,', stripslashes($login)), 256 256 get_l10n_args('Thank you for registering at %s!', $conf['gallery_title']), 257 257 get_l10n_args('', ''), 258 258 get_l10n_args('Here are your connection settings', ''), 259 get_l10n_args('Username: %s', $login),260 get_l10n_args('Password: %s', $password),259 get_l10n_args('Username: %s', stripslashes($login)), 260 get_l10n_args('Password: %s', stripslashes($password)), 261 261 get_l10n_args('Email: %s', $mail_address), 262 262 get_l10n_args('', ''),
Note: See TracChangeset
for help on using the changeset viewer.