Skip to content

Commit

Permalink
Merge branch 'feature/email_from_and_modifier' into dev-forest
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMacLab committed Jan 6, 2015
2 parents 89b2252 + 07d0d7e commit cd484db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go_options.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function game_on_options () {
<div id='go_options_additional_settings_wrap' class='go_options_wrap'>
<?php
go_options_field('Video Default', 2, array(1 => 'go_video_width', 2 => 'go_video_height'), 'http://maclab.guhsd.net/go/video/options/videoDefault.mp4', 'Set your default video size');
go_options_input('From Email Address', 'text', 'go_email_from', 'http://maclab.guhsd.net/go/video/options/emailFrom.mp4', "Set the 'from' address of the store and file-uploader emails (default: '[email protected]')");
go_options_input('From Email Address', 'text', 'go_email_from', 'http://maclab.guhsd.net/go/video/options/emailFrom.mp4', 'Set the "from" address of the store and file-uploader emails (default: "[email protected]")');
go_options_input('Store Receipts', 'checkbox', 'go_store_receipt_switch', 'http://maclab.guhsd.net/go/video/options/storeReceipt.mp4', 'Receive email notification for each store purchase (off by default)');
go_options_input('Full Student Name', 'checkbox', 'go_full_student_name_switch', 'http://maclab.guhsd.net/go/video/options/fullStudentName.mp4', 'Display only first name and last initial (default)');
go_options_input(get_option('go_bonus_currency_name', 'Bonus'), 'checkbox', 'go_multiplier_switch', 'http://maclab.guhsd.net/go/video/options/multiplier.mp4', 'Enable bonus mechanism to boost rewards');
Expand Down

0 comments on commit cd484db

Please sign in to comment.