defaults.php 756 B

123456789101112131415161718
  1. <?php
  2. $options = array();
  3. // Profile page
  4. $options['text'] = '{profile_form}' . __('
  5. <p>If you change your email address, a confirmation email will be sent to activate it.</p>
  6. <p><a href="{unsubscription_confirm_url}">Cancel your subscription</a></p>', 'newsletter');
  7. // Profile page messages
  8. $options['email_changed'] = __("Your email has been changed, an activation email has been sent with instructions.", 'newsletter');
  9. $options['error'] = __("Your email is not valid or already in use.", 'newsletter');
  10. $options['save_label'] = __('Save', 'newsletter');
  11. $options['privacy_label'] = __('Read our privacy note', 'newsletter');
  12. $options['saved'] = __('Profile saved.', 'newsletter');
  13. $options['export_newsletters'] = 0;
  14. $options['url'] = '';