Completed
Branch FET-8394-move-rules-into-core (5a0f96)
by
unknown
09:47 queued 10s
created
admin_pages/events/Events_Admin_Page_Init.core.php 2 patches
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -33,13 +33,13 @@  discard block
 block discarded – undo
33 33
 		 * define some events related constants but only if not defined (need to check because unit tests
34 34
 		 *  may load)
35 35
 		 */
36
-		if ( ! defined( 'EVENTS_PG_SLUG' ) ) {
37
-			define( 'EVENTS_PG_SLUG', 'espresso_events' );
38
-			define( 'EVENTS_LABEL', __('Events', 'event_espresso'));
39
-			define( 'EVENTS_ADMIN', EE_ADMIN_PAGES . 'events' . DS );
40
-			define( 'EVENTS_ADMIN_URL', admin_url( 'admin.php?page=' . EVENTS_PG_SLUG ));
41
-			define( 'EVENTS_TEMPLATE_PATH', EVENTS_ADMIN . 'templates' . DS );
42
-			define( 'EVENTS_ASSETS_URL', EE_ADMIN_PAGES_URL . 'events/assets/' );
36
+		if ( ! defined('EVENTS_PG_SLUG')) {
37
+			define('EVENTS_PG_SLUG', 'espresso_events');
38
+			define('EVENTS_LABEL', __('Events', 'event_espresso'));
39
+			define('EVENTS_ADMIN', EE_ADMIN_PAGES.'events'.DS);
40
+			define('EVENTS_ADMIN_URL', admin_url('admin.php?page='.EVENTS_PG_SLUG));
41
+			define('EVENTS_TEMPLATE_PATH', EVENTS_ADMIN.'templates'.DS);
42
+			define('EVENTS_ASSETS_URL', EE_ADMIN_PAGES_URL.'events/assets/');
43 43
 		}
44 44
 		parent::__construct();
45 45
 	}
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
 	}
50 50
 
51 51
 	protected function _set_menu_map() {
52
-		$this->_menu_map = new EE_Admin_Page_Main_Menu( array(
52
+		$this->_menu_map = new EE_Admin_Page_Main_Menu(array(
53 53
 			'menu_group' => 'main',
54 54
 			'menu_order' => 10,
55 55
 			'subtitle' => __('Events', 'event_espresso'),
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
1
-<?php if ( ! defined('EVENT_ESPRESSO_VERSION')) exit('No direct script access allowed');
1
+<?php if ( ! defined('EVENT_ESPRESSO_VERSION')) {
2
+	exit('No direct script access allowed');
3
+}
2 4
 /**
3 5
  * Event Espresso
4 6
  *
Please login to merge, or discard this patch.
admin_pages/events/help_tabs/event_editor_venue_details.help_tab.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,5 +3,5 @@
 block discarded – undo
3 3
 <?php _e('A venue is the place or location that is hosting your event. This setting is optional which means that you are not required to select a venue for your event.', 'event_espresso'); ?>
4 4
 </p>
5 5
 <p>
6
-<?php echo sprintf(__('Venues can be managed through the %sVenues page%s. This feature is only available in the caffeinated version of Event Espresso.', 'event_espresso'),'<a href="admin.php?page=espresso_venues">','</a>'); ?>
6
+<?php echo sprintf(__('Venues can be managed through the %sVenues page%s. This feature is only available in the caffeinated version of Event Espresso.', 'event_espresso'), '<a href="admin.php?page=espresso_venues">', '</a>'); ?>
7 7
 </p>
8 8
\ No newline at end of file
Please login to merge, or discard this patch.
admin_pages/events/help_tabs/events_default_settings_status.help_tab.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <h3><?php _e('Default Registration Status', 'event_espresso'); ?></h3>
2 2
 <p>
3
-<strong><?php echo EEH_Template::pretty_status( EEM_Registration::status_id_approved, FALSE, 'sentence' ); ?></strong><br />
4
-<?php printf( __('A status of %s means that a registration has been accepted as complete. The registration will count towards the registration limit, remaining tickets, and calculations for available seats. Payments (if necessary) can also be made by primary registrants with this status.', 'event_espresso'), EEH_Template::pretty_status( EEM_Registration::status_id_approved, FALSE, 'sentence' ) ); ?>
3
+<strong><?php echo EEH_Template::pretty_status(EEM_Registration::status_id_approved, FALSE, 'sentence'); ?></strong><br />
4
+<?php printf(__('A status of %s means that a registration has been accepted as complete. The registration will count towards the registration limit, remaining tickets, and calculations for available seats. Payments (if necessary) can also be made by primary registrants with this status.', 'event_espresso'), EEH_Template::pretty_status(EEM_Registration::status_id_approved, FALSE, 'sentence')); ?>
5 5
 </p>
6 6
 <p>
7
-<strong><?php echo EEH_Template::pretty_status( EEM_Registration::status_id_pending_payment, FALSE, 'sentence' ); ?></strong><br />
8
-<?php printf( __('A status of %1$s means that a registration has not paid but they ARE able to make payments (if necessary).  %2$s registrations do NOT count towards registration limits, remaining tickets, and calculations for available seats.  If registration for a free event occurs, then registrations are automatically set to %3$s. For paid tickets, %1$s registrations are set to %3$s when full payment is recorded.', 'event_espresso'), EEH_Template::pretty_status( EEM_Registration::status_id_pending_payment, FALSE, 'sentence' ), EEH_Template::pretty_status( EEM_Registration::status_id_pending_payment, FALSE, 'sentence'), EEH_Template::pretty_status( EEM_Registration::status_id_approved, FALSE, 'sentence' ) ); ?>
7
+<strong><?php echo EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, FALSE, 'sentence'); ?></strong><br />
8
+<?php printf(__('A status of %1$s means that a registration has not paid but they ARE able to make payments (if necessary).  %2$s registrations do NOT count towards registration limits, remaining tickets, and calculations for available seats.  If registration for a free event occurs, then registrations are automatically set to %3$s. For paid tickets, %1$s registrations are set to %3$s when full payment is recorded.', 'event_espresso'), EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, FALSE, 'sentence'), EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, FALSE, 'sentence'), EEH_Template::pretty_status(EEM_Registration::status_id_approved, FALSE, 'sentence')); ?>
9 9
 </p>
10 10
 <p>
11
-<strong><?php echo EEH_Template::pretty_status( EEM_Registration::status_id_not_approved, FALSE, 'sentence' ); ?></strong><br />
12
-<?php printf( __('A status of %1$s means that a registration has not paid and they cannot make payments for towards an event.  Un-approved registrations do NOT count towards registration limits, remaining tickets, and calculations for available seats.  This setting differs from the "%2$s" default in that free ticket registrations and paid in full ticket registrations do NOT automatically switch the Registration to %3$s.  Instead, the event admin must manually set the registration to either "%2$s" for registrations requiring payments, or "%3$s" for free events.', 'event_espresso'), EEH_Template::pretty_status( EEM_Registration::status_id_not_approved, FALSE, 'sentence' ), EEH_Template::pretty_status( EEM_Registration::status_id_pending_payment, FALSE, 'upper' ), EEH_Template::pretty_status( EEM_Registration::status_id_approved, FALSE, 'upper' ) ); ?>
11
+<strong><?php echo EEH_Template::pretty_status(EEM_Registration::status_id_not_approved, FALSE, 'sentence'); ?></strong><br />
12
+<?php printf(__('A status of %1$s means that a registration has not paid and they cannot make payments for towards an event.  Un-approved registrations do NOT count towards registration limits, remaining tickets, and calculations for available seats.  This setting differs from the "%2$s" default in that free ticket registrations and paid in full ticket registrations do NOT automatically switch the Registration to %3$s.  Instead, the event admin must manually set the registration to either "%2$s" for registrations requiring payments, or "%3$s" for free events.', 'event_espresso'), EEH_Template::pretty_status(EEM_Registration::status_id_not_approved, FALSE, 'sentence'), EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, FALSE, 'upper'), EEH_Template::pretty_status(EEM_Registration::status_id_approved, FALSE, 'upper')); ?>
13 13
 </p>
14 14
\ No newline at end of file
Please login to merge, or discard this patch.
admin_pages/events/help_tabs/general_settings_templates.help_tab.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 </li>
34 34
 <li>
35 35
 <strong><?php _e('Display Descriptions', 'event_espresso'); ?></strong><br />
36
-<?php printf( __('Whether descriptions should be shown on the event list page.%sSelecting "none" will NOT display any of the text content you entered into the main text editor on the event admin page.%sSelecting "excerpt" will display the text you entered into the "Excerpt" textarea on the event admin page, OR, any text in the main text editor above the "' . htmlentities( '<!--more-->' ) . '" tag.%sSelecting "full description" will display ALL of the text content you entered into the main text editor on the event admin page.', 'event_espresso'), '<br/>', '<br/>', '<br/>' );?>
36
+<?php printf(__('Whether descriptions should be shown on the event list page.%sSelecting "none" will NOT display any of the text content you entered into the main text editor on the event admin page.%sSelecting "excerpt" will display the text you entered into the "Excerpt" textarea on the event admin page, OR, any text in the main text editor above the "'.htmlentities('<!--more-->').'" tag.%sSelecting "full description" will display ALL of the text content you entered into the main text editor on the event admin page.', 'event_espresso'), '<br/>', '<br/>', '<br/>'); ?>
37 37
 </li>
38 38
 <li>
39 39
 <strong><?php _e('Display Ticket Selector', 'event_espresso'); ?></strong><br />
Please login to merge, or discard this patch.
admin_pages/events/help_tours/Event_Add_Category_Help_Tour.class.php 3 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
 				'options' => array(
56 56
 					'tipLocation' => 'right',
57 57
 					'tipAdjustmentY' => -55,
58
-                    'tipAdjustmentX' => 5
58
+					'tipAdjustmentX' => 5
59 59
 					)
60 60
 				),
61 61
 			40 => array(
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 				'options' => array(
65 65
 					'tipLocation' => 'top',
66 66
 					'tipAdjustmentY' => -75,
67
-                    'tipAdjustmentX' => 250
67
+					'tipAdjustmentX' => 250
68 68
 					)
69 69
 				)
70 70
 			);
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-if (!defined('EVENT_ESPRESSO_VERSION') )
2
+if ( ! defined('EVENT_ESPRESSO_VERSION'))
3 3
 	exit('NO direct script access allowed');
4 4
 
5 5
 /**
@@ -72,21 +72,21 @@  discard block
 block discarded – undo
72 72
 
73 73
 
74 74
 	protected function _stop_one() {
75
-		$content = '<h3>' . __('Add New Event Category', 'event_espresso') . '</h3>';
76
-		$content .= '<p>' . __('This tour of the Add New Event Category page will go over different areas of the screen to help you understand what they are used for.', 'event_espresso') . '</p>';
75
+		$content = '<h3>'.__('Add New Event Category', 'event_espresso').'</h3>';
76
+		$content .= '<p>'.__('This tour of the Add New Event Category page will go over different areas of the screen to help you understand what they are used for.', 'event_espresso').'</p>';
77 77
 		return $content;
78 78
 	}
79 79
 
80 80
 	protected function _stop_two() {
81
-		return '<p>' . __('Enter a name for your new category.', 'event_espresso') . '</p>';
81
+		return '<p>'.__('Enter a name for your new category.', 'event_espresso').'</p>';
82 82
 	}
83 83
 
84 84
 	protected function _stop_three() {
85
-		return '<p>' . __('Enter a unique ID for your new category.', 'event_espresso') . '</p>';
85
+		return '<p>'.__('Enter a unique ID for your new category.', 'event_espresso').'</p>';
86 86
 	}
87 87
 
88 88
 	protected function _stop_four() {
89
-		return '<p>' . __('The rich text editor can be used to add information about your category. Images and links can also be added along with your text.', 'event_espresso') . '</p>';
89
+		return '<p>'.__('The rich text editor can be used to add information about your category. Images and links can also be added along with your text.', 'event_espresso').'</p>';
90 90
 	}
91 91
 
92 92
 }
93 93
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,7 @@
 block discarded – undo
1 1
 <?php
2
-if (!defined('EVENT_ESPRESSO_VERSION') )
2
+if (!defined('EVENT_ESPRESSO_VERSION') ) {
3 3
 	exit('NO direct script access allowed');
4
+}
4 5
 
5 6
 /**
6 7
  * Event Espresso
Please login to merge, or discard this patch.
admin_pages/events/help_tours/Event_Categories_Help_Tour.class.php 3 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 		$this->_slug = 'event-categories-joyride';
35 35
 	}
36 36
     
37
-    protected function _set_tour_stops() {
37
+	protected function _set_tour_stops() {
38 38
 		$this->_stops = array(
39 39
 			10 => array(
40 40
 				'content' => $this->_start(),
Please login to merge, or discard this patch.
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-if (!defined('EVENT_ESPRESSO_VERSION') )
2
+if ( ! defined('EVENT_ESPRESSO_VERSION'))
3 3
 	exit('NO direct script access allowed');
4 4
 
5 5
 /**
@@ -107,36 +107,36 @@  discard block
 block discarded – undo
107 107
 
108 108
 
109 109
 	protected function _start() {
110
-		$content = '<h3>' . __('Event Categories', 'event_espresso') . '</h3>';
111
-		$content .= '<p>' . __('This tour of the Event Categories page will provide an overview of the different areas of the screen to help you understand what they are used for.', 'event_espresso') . '</p>';
110
+		$content = '<h3>'.__('Event Categories', 'event_espresso').'</h3>';
111
+		$content .= '<p>'.__('This tour of the Event Categories page will provide an overview of the different areas of the screen to help you understand what they are used for.', 'event_espresso').'</p>';
112 112
 		return $content;
113 113
 	}
114 114
 	
115 115
 	protected function _id_stop() {
116
-		return '<p>' . __('View the event category ID. Can be sorted by ascending or descending order.', 'event_espresso') . '</p>';
116
+		return '<p>'.__('View the event category ID. Can be sorted by ascending or descending order.', 'event_espresso').'</p>';
117 117
 	}
118 118
 	
119 119
 	protected function _name_stop() {
120
-		return '<p>' . __('View the name of each event category. Can be sorted by ascending or descending order.', 'event_espresso') . '</p>';
120
+		return '<p>'.__('View the name of each event category. Can be sorted by ascending or descending order.', 'event_espresso').'</p>';
121 121
 	}
122 122
 
123 123
 	protected function _shortcode_stop() {
124
-		return '<p>' . __('View the shortcode for an event. This shortcode can be added to a WordPress post or WordPress page. ', 'event_espresso') . '</p>';
124
+		return '<p>'.__('View the shortcode for an event. This shortcode can be added to a WordPress post or WordPress page. ', 'event_espresso').'</p>';
125 125
 	}
126 126
 
127 127
 	protected function _count_stop() {
128
-		return '<p>' . __('View the number of events that are associated with an event category.', 'event_espresso') . '</p>';
128
+		return '<p>'.__('View the number of events that are associated with an event category.', 'event_espresso').'</p>';
129 129
 	}
130 130
 
131 131
 	protected function _bulk_actions_stop() {
132
-		return '<p>' . __('Perform bulk actions to multiple event categories.', 'event_espresso') . '</p>';
132
+		return '<p>'.__('Perform bulk actions to multiple event categories.', 'event_espresso').'</p>';
133 133
 	}
134 134
 
135 135
 	protected function _search_stop() {
136
-		return '<p>' . __('Search through event categories. The following sources will be searched: Event Category Name, Event Category Description.', 'event_espresso') . '</p>';
136
+		return '<p>'.__('Search through event categories. The following sources will be searched: Event Category Name, Event Category Description.', 'event_espresso').'</p>';
137 137
 	}
138 138
 	
139 139
 	protected function _new_category_stop() {
140
-		return '<p>' . __('Click here to add a new event category.', 'event_espresso') . '</p>';
140
+		return '<p>'.__('Click here to add a new event category.', 'event_espresso').'</p>';
141 141
 	}
142 142
 }
143 143
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,7 @@
 block discarded – undo
1 1
 <?php
2
-if (!defined('EVENT_ESPRESSO_VERSION') )
2
+if (!defined('EVENT_ESPRESSO_VERSION') ) {
3 3
 	exit('NO direct script access allowed');
4
+}
4 5
 
5 6
 /**
6 7
  * Event Espresso
Please login to merge, or discard this patch.
admin_pages/events/help_tours/Event_Default_Settings_Help_Tour.class.php 3 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 		return $content;
60 60
 	}
61 61
 
62
-    //Options below are showing in full caps. Manually adding statuses and leaving code as is.
62
+	//Options below are showing in full caps. Manually adding statuses and leaving code as is.
63 63
 	protected function _stop_two() {
64 64
 		return '<p>' . sprintf( __('Specify whether the default registration status be set to Approved, Not Approved, or Pending Payment.', 'event_espresso'), EEH_Template::pretty_status( EEM_Registration::status_id_not_approved, 'lowercase' ), EEH_Template::pretty_status( EEM_Registration::status_id_pending_payment, 'lowercase' ), EEH_Template::pretty_status( EEM_Registration::status_id_approved, 'lowercase' ) ) . '</p>';
65 65
 	}
Please login to merge, or discard this patch.
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-if (!defined('EVENT_ESPRESSO_VERSION') )
2
+if ( ! defined('EVENT_ESPRESSO_VERSION'))
3 3
 	exit('NO direct script access allowed');
4 4
 
5 5
 /**
@@ -54,14 +54,14 @@  discard block
 block discarded – undo
54 54
 
55 55
 
56 56
 	protected function _stop_one() {
57
-		$content = '<h3>' . __('Event Default Settings', 'event_espresso') . '</h3>';
58
-		$content .= '<p>' . __('This tour of the Default Settings page will go over different areas of the screen to help you understand what they are used for.', 'event_espresso') . '</p>';
57
+		$content = '<h3>'.__('Event Default Settings', 'event_espresso').'</h3>';
58
+		$content .= '<p>'.__('This tour of the Default Settings page will go over different areas of the screen to help you understand what they are used for.', 'event_espresso').'</p>';
59 59
 		return $content;
60 60
 	}
61 61
 
62 62
     //Options below are showing in full caps. Manually adding statuses and leaving code as is.
63 63
 	protected function _stop_two() {
64
-		return '<p>' . sprintf( __('Specify whether the default registration status be set to Approved, Not Approved, or Pending Payment.', 'event_espresso'), EEH_Template::pretty_status( EEM_Registration::status_id_not_approved, 'lowercase' ), EEH_Template::pretty_status( EEM_Registration::status_id_pending_payment, 'lowercase' ), EEH_Template::pretty_status( EEM_Registration::status_id_approved, 'lowercase' ) ) . '</p>';
64
+		return '<p>'.sprintf(__('Specify whether the default registration status be set to Approved, Not Approved, or Pending Payment.', 'event_espresso'), EEH_Template::pretty_status(EEM_Registration::status_id_not_approved, 'lowercase'), EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, 'lowercase'), EEH_Template::pretty_status(EEM_Registration::status_id_approved, 'lowercase')).'</p>';
65 65
 	}
66 66
 
67 67
 }
68 68
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,7 @@
 block discarded – undo
1 1
 <?php
2
-if (!defined('EVENT_ESPRESSO_VERSION') )
2
+if (!defined('EVENT_ESPRESSO_VERSION') ) {
3 3
 	exit('NO direct script access allowed');
4
+}
4 5
 
5 6
 /**
6 7
  * Event Espresso
Please login to merge, or discard this patch.
admin_pages/events/help_tours/Event_Edit_Category_Help_Tour.class.php 3 patches
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-if (!defined('EVENT_ESPRESSO_VERSION') )
2
+if ( ! defined('EVENT_ESPRESSO_VERSION'))
3 3
 	exit('NO direct script access allowed');
4 4
 
5 5
 /**
@@ -72,21 +72,21 @@  discard block
 block discarded – undo
72 72
 
73 73
 
74 74
 	protected function _stop_one() {
75
-		$content = '<h3>' . __('Edit Event Category', 'event_espresso') . '</h3>';
76
-		$content .= '<p>' . __('This tour of the Edit Event Category page will go over different areas of the screen to help you understand what they are used for.', 'event_espresso') . '</p>';
75
+		$content = '<h3>'.__('Edit Event Category', 'event_espresso').'</h3>';
76
+		$content .= '<p>'.__('This tour of the Edit Event Category page will go over different areas of the screen to help you understand what they are used for.', 'event_espresso').'</p>';
77 77
 		return $content;
78 78
 	}
79 79
 
80 80
 	protected function _stop_two() {
81
-		return '<p>' . __('Edit the name for your category.', 'event_espresso') . '</p>';
81
+		return '<p>'.__('Edit the name for your category.', 'event_espresso').'</p>';
82 82
 	}
83 83
 
84 84
 	protected function _stop_three() {
85
-		return '<p>' . __('The unique ID for your category cannot be changed.', 'event_espresso') . '</p>';
85
+		return '<p>'.__('The unique ID for your category cannot be changed.', 'event_espresso').'</p>';
86 86
 	}
87 87
 
88 88
 	protected function _stop_four() {
89
-		return '<p>' . __('The rich text editor can be used to edit information about your category. Images and links can also be added or removed along with your text.', 'event_espresso') . '</p>';
89
+		return '<p>'.__('The rich text editor can be used to edit information about your category. Images and links can also be added or removed along with your text.', 'event_espresso').'</p>';
90 90
 	}
91 91
 
92 92
 }
93 93
\ No newline at end of file
Please login to merge, or discard this patch.
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
 				'options' => array(
56 56
 					'tipLocation' => 'right',
57 57
 					'tipAdjustmentY' => -55,
58
-                    'tipAdjustmentX' => 5
58
+					'tipAdjustmentX' => 5
59 59
 					)
60 60
 				),
61 61
 			40 => array(
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 				'options' => array(
65 65
 					'tipLocation' => 'top',
66 66
 					'tipAdjustmentY' => -75,
67
-                    'tipAdjustmentX' => 250
67
+					'tipAdjustmentX' => 250
68 68
 					)
69 69
 				)
70 70
 			);
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,7 @@
 block discarded – undo
1 1
 <?php
2
-if (!defined('EVENT_ESPRESSO_VERSION') )
2
+if (!defined('EVENT_ESPRESSO_VERSION') ) {
3 3
 	exit('NO direct script access allowed');
4
+}
4 5
 
5 6
 /**
6 7
  * Event Espresso
Please login to merge, or discard this patch.
admin_pages/events/help_tours/Event_Edit_Help_Tour.class.php 3 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -122,14 +122,14 @@  discard block
 block discarded – undo
122 122
 					'tipLocation' => 'left'
123 123
 					)
124 124
 				),
125
-            110 => array(
125
+			110 => array(
126 126
 				'id' => 'espresso_event_editor_event_options',
127 127
 				'content' => $this->_event_registration_options_stop(),
128 128
 				'options' => array(
129 129
 					'tipLocation' => 'left'
130 130
 					)
131 131
 				),
132
-            120 => array(
132
+			120 => array(
133 133
 				'id' => 'submitpost',
134 134
 				'content' => $this->_publish_event_stop(),
135 135
 				'options' => array(
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
 		return '<p>' . __('Set a feature image for your event here.', 'event_espresso') . '</p>';
196 196
 	}
197 197
     
198
-    protected function _publish_event_stop() {
198
+	protected function _publish_event_stop() {
199 199
 		return '<p>' . __('Easily control the state of your event. The main states are Published, Pending Review, and Draft. Additional states are Cancelled, Postponed, and Sold Out.', 'event_espresso') . '</p>';
200 200
 	}
201 201
 	
Please login to merge, or discard this patch.
Spacing   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-if (!defined('EVENT_ESPRESSO_VERSION') )
2
+if ( ! defined('EVENT_ESPRESSO_VERSION'))
3 3
 	exit('NO direct script access allowed');
4 4
 
5 5
 /**
@@ -142,8 +142,8 @@  discard block
 block discarded – undo
142 142
 
143 143
 
144 144
 	protected function _start() {
145
-		$content = '<h3>' . __('Event Editor', 'event_espresso') . '</h3>';
146
-		$content .= '<p>' . __('This tour of the Event Editor will provide an overview of the different areas of the screen to help you understand what they are used for. Let\'s get started on setting up your first event with Event Espresso!', 'event_espresso') . '</p>';
145
+		$content = '<h3>'.__('Event Editor', 'event_espresso').'</h3>';
146
+		$content .= '<p>'.__('This tour of the Event Editor will provide an overview of the different areas of the screen to help you understand what they are used for. Let\'s get started on setting up your first event with Event Espresso!', 'event_espresso').'</p>';
147 147
 		return $content;
148 148
 	}
149 149
 
@@ -152,51 +152,51 @@  discard block
 block discarded – undo
152 152
 	}
153 153
 
154 154
 	protected function _event_description_stop() {
155
-		return '<p>' . __('The rich text editor can be used to add information about your event. Images and links can also be added along with your text.', 'event_espresso') . '</p>';
155
+		return '<p>'.__('The rich text editor can be used to add information about your event. Images and links can also be added along with your text.', 'event_espresso').'</p>';
156 156
 	}
157 157
 
158 158
 	protected function _event_venues_caf() {
159
-		return '<p>' . __('In this section, you can select the venue that is hosting your event.', 'event_espresso') . '</p>';
159
+		return '<p>'.__('In this section, you can select the venue that is hosting your event.', 'event_espresso').'</p>';
160 160
 	}
161 161
 
162 162
 	protected function _event_venues_stop() {
163
-		return '<p>' . __('In this section, you can enter information about the venue that is hosting your event.', 'event_espresso') . '</p>';
163
+		return '<p>'.__('In this section, you can enter information about the venue that is hosting your event.', 'event_espresso').'</p>';
164 164
 	}
165 165
 
166 166
 	protected function _event_pricing_stop() {
167
-		return '<p>' . __('Use the Event Datetime & Ticket section to enter details about when the event is happening and what tickets you want to offer for access to the event.', 'event_espresso') . '</p>';
167
+		return '<p>'.__('Use the Event Datetime & Ticket section to enter details about when the event is happening and what tickets you want to offer for access to the event.', 'event_espresso').'</p>';
168 168
 	}
169 169
 
170 170
 	protected function _event_pricing_caf() {
171
-		return '<p>' . __('Use the Event Datetimes & Ticket section to enter details about when the event is happening and what tickets you want to offer for access to the event.', 'event_espresso') . '</p>';
171
+		return '<p>'.__('Use the Event Datetimes & Ticket section to enter details about when the event is happening and what tickets you want to offer for access to the event.', 'event_espresso').'</p>';
172 172
 	}
173 173
 	
174 174
 	protected function _event_registration_options_stop() {
175
-		return '<p>' . __('Setup custom options for your event registration.', 'event_espresso') . '</p>';
175
+		return '<p>'.__('Setup custom options for your event registration.', 'event_espresso').'</p>';
176 176
 	}
177 177
 	
178 178
 	protected function _event_post_tag_stop() {
179
-		return '<p>' . __('Quickly add tags to your event.', 'event_espresso') . '</p>';
179
+		return '<p>'.__('Quickly add tags to your event.', 'event_espresso').'</p>';
180 180
 	}
181 181
 
182 182
 	protected function _event_categories_stop() {
183
-		return '<p>' . __('Events can also be categorized if you wish.', 'event_espresso') . '</p>';
183
+		return '<p>'.__('Events can also be categorized if you wish.', 'event_espresso').'</p>';
184 184
 	}
185 185
 
186 186
 	protected function _primary_question_stop_caf() {
187
-		return '<p>' . __('Use the questions group to request information from your primary registrant.', 'event_espresso') . '</p>';
187
+		return '<p>'.__('Use the questions group to request information from your primary registrant.', 'event_espresso').'</p>';
188 188
 	}
189 189
 
190 190
 	protected function _additional_questions_stop_caf() {
191
-		return '<p>' . __('Use the questions group to request information from your additional registrant.', 'event_espresso') . '</p>';
191
+		return '<p>'.__('Use the questions group to request information from your additional registrant.', 'event_espresso').'</p>';
192 192
 	}
193 193
 	
194 194
 	protected function _featured_image_stop() {
195
-		return '<p>' . __('Set a feature image for your event here.', 'event_espresso') . '</p>';
195
+		return '<p>'.__('Set a feature image for your event here.', 'event_espresso').'</p>';
196 196
 	}
197 197
     
198 198
     protected function _publish_event_stop() {
199
-		return '<p>' . __('Easily control the state of your event. The main states are Published, Pending Review, and Draft. Additional states are Cancelled, Postponed, and Sold Out.', 'event_espresso') . '</p>';
199
+		return '<p>'.__('Easily control the state of your event. The main states are Published, Pending Review, and Draft. Additional states are Cancelled, Postponed, and Sold Out.', 'event_espresso').'</p>';
200 200
 	}
201 201
 	
202 202
 }
203 203
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,7 @@
 block discarded – undo
1 1
 <?php
2
-if (!defined('EVENT_ESPRESSO_VERSION') )
2
+if (!defined('EVENT_ESPRESSO_VERSION') ) {
3 3
 	exit('NO direct script access allowed');
4
+}
4 5
 
5 6
 /**
6 7
  * Event Espresso
Please login to merge, or discard this patch.