Changeset 716210
- Timestamp:
- 05/21/2013 08:33:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simplr-registration-form/trunk/views/moderation.php
r713030 r716210 3 3 $defaults = (object) array( 4 4 'mod_on' => 'no', 5 'mod_email' => "You've successfully registered for %%blogname%% but before your account can be used you must activate it. To activate use the link below %% activate%%. ",5 'mod_email' => "You've successfully registered for %%blogname%% but before your account can be used you must activate it. To activate use the link below %%link%%. ", 6 6 'mod_email_subj' => "Please activate your %%blogname%% account", 7 7 'mod_activation' => "auto", … … 59 59 'label' => 'Moderation Email', 60 60 'required' => false, 61 'comment' => "You can use user submitted values in this field by wrapping them in %%. For instance to use the value of the field 'first_name' you would type 'Welcome, %%first_name%% '. ",61 'comment' => "You can use user submitted values in this field by wrapping them in %%. For instance to use the value of the field 'first_name' you would type 'Welcome, %%first_name%% '. Use %%link%% for the activation link. ", 62 62 'default' => "hello", 63 63 ),
Note: See TracChangeset
for help on using the changeset viewer.