Plugin Directory

Changeset 716210


Ignore:
Timestamp:
05/21/2013 08:33:50 PM (13 years ago)
Author:
mpvanwinkle77
Message:

Fix moderation comments and default message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simplr-registration-form/trunk/views/moderation.php

    r713030 r716210  
    33$defaults = (object) array(
    44    '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%%. ",
    66    'mod_email_subj'        => "Please activate your %%blogname%% account",
    77    'mod_activation'        => "auto",
     
    5959        'label' => 'Moderation Email',
    6060        '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. ",
    6262        'default'   => "hello",
    6363        ),
Note: See TracChangeset for help on using the changeset viewer.