|
271 | 271 | 'name' => 'registration_member_admin_content', |
272 | 272 | 'label' => __( 'Content mail', 'mpt' ), |
273 | 273 | 'type' => 'textarea', |
274 | | - 'default' => __( "New member registration on your site %%blog_name%% :\n\nUsername: %%username%%\nMail: %%user_email%%", 'mpt' ), |
| 274 | + 'default' => __( "New member registration on your site %%blog_name%% :\n\nUsername: %%user_name%%\nMail: %%user_email%%", 'mpt' ), |
275 | 275 | 'desc' => __( 'Values "%% %%" will be replaced dynamically sending mail.', 'mpt' ), |
276 | 276 | 'sanitize_callback' => 'strip_tags' |
277 | 277 | ), |
|
291 | 291 | 'name' => 'register_member_content', |
292 | 292 | 'label' => __( 'Content mail', 'mpt' ), |
293 | 293 | 'type' => 'textarea', |
294 | | - 'default' => __( "Username: %%username%%\nPassword: %%password%%\n\n%%login_url%%", 'mpt' ), |
| 294 | + 'default' => __( "Username: %%user_name%%\nPassword: %%password%%\n\n%%login_url%%", 'mpt' ), |
295 | 295 | 'desc' => __( 'Values "%% %%" will be replaced dynamically sending mail.', 'mpt' ), |
296 | 296 | 'sanitize_callback' => 'strip_tags' |
297 | 297 | ), |
|
338 | 338 | 'name' => 'lost_password_admin_content', |
339 | 339 | 'label' => __( 'Content mail', 'mpt' ), |
340 | 340 | 'type' => 'textarea', |
341 | | - 'default' => __( 'Password Lost and Changed for member: %%username%%', 'mpt' ), |
| 341 | + 'default' => __( 'Password Lost and Changed for member: %%user_name%%', 'mpt' ), |
342 | 342 | 'desc' => __( 'Values "%% %%" will be replaced dynamically sending email', 'mpt' ), |
343 | 343 | 'sanitize_callback' => 'strip_tags' |
344 | 344 | ), |
|
358 | 358 | 'name' => 'lost_password_member_content', |
359 | 359 | 'label' => __( 'Content mail', 'mpt' ), |
360 | 360 | 'type' => 'textarea', |
361 | | - 'default' => __( "Someone requested that the password be reset for the following account:\n\n%%site_url%%\n\nUsername: %%username%%\n\nIf this was a mistake, just ignore this email and nothing will happen.\n\nTo reset your password, visit the following address:\n\n%%reset_pwd_link%%", 'mpt' ), |
| 361 | + 'default' => __( "Someone requested that the password be reset for the following account:\n\n%%site_url%%\n\nUsername: %%user_name%%\n\nIf this was a mistake, just ignore this email and nothing will happen.\n\nTo reset your password, visit the following address:\n\n%%reset_pwd_link%%", 'mpt' ), |
362 | 362 | 'desc' => __( 'Values "%% %%" will be replaced dynamically sending email', 'mpt' ), |
363 | 363 | 'sanitize_callback' => 'strip_tags' |
364 | 364 | ), |
|
0 commit comments