Completed
Branch FET-8347-separate-logging (f2247f)
by
unknown
67:45 queued 59:09
created
admin_pages/events/help_tours/Templates_Help_Tour.class.php 3 patches
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
 			10 => array(
40 40
 				'content' => $this->_start(),
41 41
 				),
42
-            15 => array(
42
+			15 => array(
43 43
 				'id' => 'display_status_banner_single',
44 44
 				'content' => $this->_default_status_banner_single_stop(),
45 45
 				'options' => array(
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
 					'tipAdjustmentX' => 15
112 112
 					)
113 113
 				),
114
-            90 => array(
114
+			90 => array(
115 115
 				'id' => 'reset_event_list_settings',
116 116
 				'content' => $this->_reset_event_list_settings_stop(),
117 117
 				'options' => array(
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
 					'tipAdjustmentX' => 15
121 121
 					)
122 122
 				),
123
-            100 => array(
123
+			100 => array(
124 124
 				'id' => 'display_status_banner',
125 125
 				'content' => $this->_display_status_banner_stop(),
126 126
 				'options' => array(
@@ -180,11 +180,11 @@  discard block
 block discarded – undo
180 180
 		return '<p>' . __('This is the website address (URL) for your event listings page.', 'event_espresso') . '</p>';
181 181
 	}
182 182
     
183
-    protected function _reset_event_list_settings_stop() {
183
+	protected function _reset_event_list_settings_stop() {
184 184
 		return '<p>' . __('Notice: When this option is set to yes, any customization from the above settings will be lost and your event list settings will be set to default.', 'event_espresso') . '</p>';
185 185
 	}
186 186
     
187
-    protected function _display_status_banner_stop() {
187
+	protected function _display_status_banner_stop() {
188 188
 		return '<p>' . __('Specify whether event status banners should be shown next to the title on the event list page.', 'event_espresso') . '</p>';
189 189
 	}
190 190
 
Please login to merge, or discard this patch.
Spacing   +14 added lines, -14 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
 /**
@@ -143,53 +143,53 @@  discard block
 block discarded – undo
143 143
 
144 144
 
145 145
 	protected function _start() {
146
-		$content = '<h3>' . __('Template Settings', 'event_espresso') . '</h3>';
147
-		$content .= '<p>' . __('This tour of the Templates Page will go over different areas of the screen to help you understand what they are used for.', 'event_espresso') . '</p>';
146
+		$content = '<h3>'.__('Template Settings', 'event_espresso').'</h3>';
147
+		$content .= '<p>'.__('This tour of the Templates Page will go over different areas of the screen to help you understand what they are used for.', 'event_espresso').'</p>';
148 148
 		return $content;
149 149
 	}
150 150
     
151 151
 	protected function _default_status_banner_single_stop() {
152
-		return '<p>' . __('Specify whether event status banners should be shown next to the title on the single event page.', 'event_espresso') . '</p>';
152
+		return '<p>'.__('Specify whether event status banners should be shown next to the title on the single event page.', 'event_espresso').'</p>';
153 153
 	}
154 154
 
155 155
 	protected function _default_view_stop() {
156
-		return '<p>' . __('Define how your basic event list will appear.', 'event_espresso') . '</p>';
156
+		return '<p>'.__('Define how your basic event list will appear.', 'event_espresso').'</p>';
157 157
 	}
158 158
 
159 159
 	protected function _event_list_grid_size_stop() {
160
-		return '<p>' . __('If you have selected grid view in the option above, then you can use these settings to change the size of the grids.', 'event_espresso') . '</p>';
160
+		return '<p>'.__('If you have selected grid view in the option above, then you can use these settings to change the size of the grids.', 'event_espresso').'</p>';
161 161
 	}
162 162
 
163 163
 	protected function _display_description_stop() {
164
-		return '<p>' . __('Specify whether descriptions be shown on the event list.', 'event_espresso') . '</p>';
164
+		return '<p>'.__('Specify whether descriptions be shown on the event list.', 'event_espresso').'</p>';
165 165
 	}
166 166
 
167 167
 	protected function _display_address_stop() {
168
-		return '<p>' . __('Specify whether  the venue address be displayed on the event list.', 'event_espresso') . '</p>';
168
+		return '<p>'.__('Specify whether  the venue address be displayed on the event list.', 'event_espresso').'</p>';
169 169
 	}
170 170
 
171 171
 	protected function _display_venue_stop() {
172
-		return '<p>' . __('Specify whether  the venue information be displayed on the event list.', 'event_espresso') . '</p>';
172
+		return '<p>'.__('Specify whether  the venue information be displayed on the event list.', 'event_espresso').'</p>';
173 173
 	}
174 174
 
175 175
 	protected function _display_expired_events_stop() {
176
-		return '<p>' . __('Should expired events be shown on the default event list.', 'event_espresso') . '</p>';
176
+		return '<p>'.__('Should expired events be shown on the default event list.', 'event_espresso').'</p>';
177 177
 	}
178 178
 	
179 179
 	protected function _event_listings_url_stop() {
180
-		return '<p>' . __('This is the website address (URL) for your event listings page.', 'event_espresso') . '</p>';
180
+		return '<p>'.__('This is the website address (URL) for your event listings page.', 'event_espresso').'</p>';
181 181
 	}
182 182
     
183 183
     protected function _reset_event_list_settings_stop() {
184
-		return '<p>' . __('Notice: When this option is set to yes, any customization from the above settings will be lost and your event list settings will be set to default.', 'event_espresso') . '</p>';
184
+		return '<p>'.__('Notice: When this option is set to yes, any customization from the above settings will be lost and your event list settings will be set to default.', 'event_espresso').'</p>';
185 185
 	}
186 186
     
187 187
     protected function _display_status_banner_stop() {
188
-		return '<p>' . __('Specify whether event status banners should be shown next to the title on the event list page.', 'event_espresso') . '</p>';
188
+		return '<p>'.__('Specify whether event status banners should be shown next to the title on the event list page.', 'event_espresso').'</p>';
189 189
 	}
190 190
 
191 191
 	protected function _display_address_in_reg_form_stop() {
192
-		return '<p>' . __('Specify whether the address for a venue be shown on the single registration page.', 'event_espresso') . '</p>';
192
+		return '<p>'.__('Specify whether the address for a venue be shown on the single registration page.', 'event_espresso').'</p>';
193 193
 	}
194 194
 
195 195
 }
196 196
\ 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
@@ -6,8 +6,9 @@
 block discarded – undo
6 6
  * @package Event Espresso
7 7
  * @subpackage messages
8 8
  */
9
-if (!defined('EVENT_ESPRESSO_VERSION') )
9
+if (!defined('EVENT_ESPRESSO_VERSION') ) {
10 10
 	exit('NO direct script access allowed');
11
+}
11 12
 
12 13
 /**
13 14
  *
Please login to merge, or discard this patch.
admin_pages/events/qtips/EE_Event_Editor_Decaf_Tips.lib.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
 				'target' => '.ticket-archived .ee-lock-icon',
151 151
 				'content' => __('This ticket was automatically locked and archived because it has a sold quantity and the price was modified. Existing ticket holders will still be verified using these ticket details. However, Event Espresso has automatically created a new active ticket with the modified price for new registrants. This lock is meant to prevent accidental trashing of this ticket. Certain details of this ticket can still be edited (non disabled inputs).', 'event_espresso')
152 152
 				),
153
-            135 => array(
153
+			135 => array(
154 154
 				'content_id' => 'ticket-lock-icon-event-editor',
155 155
 				'target' => '.ee-lock-icon',
156 156
 				'content' => __('This datetime can no longer be duplicated or deleted because tickets associated with this datetime have already been sold.', 'event_espresso')
Please login to merge, or discard this patch.
admin_pages/events/qtips/EE_Event_List_Table_Tips.lib.php 1 patch
Spacing   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 			0 => array(
34 34
 				'content_id' => 'attendee-column-tip',
35 35
 				'target' => '.column-attendees .dashicons-groups',
36
-				'content' => sprintf( __('%s Registrations', 'event_espresso'), EEH_Template::pretty_status(EEM_Registration::status_id_approved, FALSE, 'sentence') ),
36
+				'content' => sprintf(__('%s Registrations', 'event_espresso'), EEH_Template::pretty_status(EEM_Registration::status_id_approved, FALSE, 'sentence')),
37 37
 				'options' => array( 
38 38
 					'position' => array(
39 39
 						'my' => 'bottom left',
@@ -46,8 +46,8 @@  discard block
 block discarded – undo
46 46
 					)
47 47
 				),
48 48
 			1 => array(
49
-				'content_id' => 'ee-event-status-' . EE_Datetime::active,
50
-				'target' => '.event-status-' . EE_Datetime::active,
49
+				'content_id' => 'ee-event-status-'.EE_Datetime::active,
50
+				'target' => '.event-status-'.EE_Datetime::active,
51 51
 				'content' => $this->_event_status_legend(EE_Datetime::active),
52 52
 				'options' => array(
53 53
 					'position' => array(
@@ -56,8 +56,8 @@  discard block
 block discarded – undo
56 56
 					)
57 57
 				),
58 58
 			2 => array(
59
-				'content_id' => 'ee-event-status-' . EE_Datetime::upcoming,
60
-				'target' => '.event-status-' . EE_Datetime::upcoming,
59
+				'content_id' => 'ee-event-status-'.EE_Datetime::upcoming,
60
+				'target' => '.event-status-'.EE_Datetime::upcoming,
61 61
 				'content' => $this->_event_status_legend(EE_Datetime::upcoming),
62 62
 				'options' => array(
63 63
 					'position' => array(
@@ -66,8 +66,8 @@  discard block
 block discarded – undo
66 66
 					)
67 67
 				),
68 68
 			3 => array(
69
-				'content_id' => 'ee-event-status-' . EE_Datetime::postponed,
70
-				'target' => '.event-status-' . EE_Datetime::postponed,
69
+				'content_id' => 'ee-event-status-'.EE_Datetime::postponed,
70
+				'target' => '.event-status-'.EE_Datetime::postponed,
71 71
 				'content' => $this->_event_status_legend(EE_Datetime::postponed),
72 72
 				'options' => array(
73 73
 					'position' => array(
@@ -76,8 +76,8 @@  discard block
 block discarded – undo
76 76
 					)
77 77
 				),
78 78
 			4 => array(
79
-				'content_id' => 'ee-event-status-' . EE_Datetime::sold_out,
80
-				'target' => '.event-status-' . EE_Datetime::sold_out,
79
+				'content_id' => 'ee-event-status-'.EE_Datetime::sold_out,
80
+				'target' => '.event-status-'.EE_Datetime::sold_out,
81 81
 				'content' => $this->_event_status_legend(EE_Datetime::sold_out),
82 82
 				'options' => array(
83 83
 					'position' => array(
@@ -86,8 +86,8 @@  discard block
 block discarded – undo
86 86
 					)
87 87
 				),
88 88
 			5 => array(
89
-				'content_id' => 'ee-event-status-' . EE_Datetime::cancelled,
90
-				'target' => '.event-status-' . EE_Datetime::cancelled,
89
+				'content_id' => 'ee-event-status-'.EE_Datetime::cancelled,
90
+				'target' => '.event-status-'.EE_Datetime::cancelled,
91 91
 				'content' => $this->_event_status_legend(EE_Datetime::cancelled),
92 92
 				'options' => array(
93 93
 					'position' => array(
@@ -96,8 +96,8 @@  discard block
 block discarded – undo
96 96
 					)
97 97
 				),
98 98
 			6 => array(
99
-				'content_id' => 'ee-event-status-' . EE_Datetime::expired,
100
-				'target' => '.event-status-' . EE_Datetime::expired,
99
+				'content_id' => 'ee-event-status-'.EE_Datetime::expired,
100
+				'target' => '.event-status-'.EE_Datetime::expired,
101 101
 				'content' => $this->_event_status_legend(EE_Datetime::expired),
102 102
 				'options' => array(
103 103
 					'position' => array(
@@ -106,8 +106,8 @@  discard block
 block discarded – undo
106 106
 					)
107 107
 				),
108 108
 			7 => array(
109
-				'content_id' => 'ee-event-status-' . EE_Datetime::inactive,
110
-				'target' => '.event-status-' . EE_Datetime::inactive,
109
+				'content_id' => 'ee-event-status-'.EE_Datetime::inactive,
110
+				'target' => '.event-status-'.EE_Datetime::inactive,
111 111
 				'content' => $this->_event_status_legend(EE_Datetime::inactive),
112 112
 				'options' => array(
113 113
 					'position' => array(
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
 	 * @param  EE_Datetime constant $status What status is set (by class)
124 124
 	 * @return string         The status legend with the related status highlighted
125 125
 	 */
126
-	private function _event_status_legend( $status ) {
126
+	private function _event_status_legend($status) {
127 127
 
128 128
 		$status_array = array(
129 129
 			'active_status' => EE_Datetime::active,
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
 			'inactive_status' => EE_Datetime::inactive
136 136
 		);
137 137
 
138
-		return EEH_Template::status_legend( $status_array, $status );
138
+		return EEH_Template::status_legend($status_array, $status);
139 139
 	}
140 140
 
141 141
 }
142 142
\ No newline at end of file
Please login to merge, or discard this patch.
admin_pages/events/templates/event_category_details.template.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,15 +5,15 @@
 block discarded – undo
5 5
 			<th><label for="category_name">
6 6
 					<?php _e('Category Name', 'event_espresso'); ?>
7 7
 					<em title="<?php esc_attr_e('This field is required', 'event_espresso') ?>"> *</em></label></th>
8
-			<td><input id="category_name" type="text" name="category_name" value="<?php echo $category->category_name;?>" /></td>
8
+			<td><input id="category_name" type="text" name="category_name" value="<?php echo $category->category_name; ?>" /></td>
9 9
 		</tr>
10 10
 		<tr>
11 11
 			<th><label for="cat_id">
12 12
 					<?php _e('Unique ID', 'event_espresso'); ?>
13 13
 					<?php echo $unique_id_info_help_link; ?>
14 14
 				</label></th>
15
-			<td><input id="cat_id"  type="text" name="category_identifier" value="<?php echo $category->category_identifier;?>"<?php echo $disable; ?>/>
16
-				<?php if ( $disabled_message ) : ?>
15
+			<td><input id="cat_id"  type="text" name="category_identifier" value="<?php echo $category->category_identifier; ?>"<?php echo $disable; ?>/>
16
+				<?php if ($disabled_message) : ?>
17 17
 					<br />
18 18
 					<p class="small-text"><?php _e('This is a default category so you can edit the label and the description but not the slug', 'event_espresso'); ?></p>
19 19
 				<?php endif; ?>
Please login to merge, or discard this patch.
admin_pages/events/templates/event_publish_box_extras.template.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,22 +1,22 @@  discard block
 block discarded – undo
1 1
 
2 2
 <div class="misc-pub-section">
3 3
 	<span class="dashicons dashicons-groups ee-icon-color-ee-green ee-icon-size-20"></span>
4
-	<a href="<?php echo $view_approved_reg_url;?>">
5
-		<?php printf( __('%s Registrations', 'event_espresso'), EEH_Template::pretty_status(EEM_Registration::status_id_approved, FALSE, 'sentence') ); ?>
4
+	<a href="<?php echo $view_approved_reg_url; ?>">
5
+		<?php printf(__('%s Registrations', 'event_espresso'), EEH_Template::pretty_status(EEM_Registration::status_id_approved, FALSE, 'sentence')); ?>
6 6
 	</a>:
7 7
 	<?php echo $approved_regs; ?>
8 8
 </div>
9 9
 <div class="misc-pub-section">
10 10
 	<span class="dashicons dashicons-groups ee-icon-color-ee-blue ee-icon-size-20"></span>
11
-	<a href="<?php echo $view_pending_payment_reg_url;?>">
12
-		<?php printf( __('%s Registrations', 'event_espresso'), EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, FALSE, 'sentence') ); ?>
11
+	<a href="<?php echo $view_pending_payment_reg_url; ?>">
12
+		<?php printf(__('%s Registrations', 'event_espresso'), EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, FALSE, 'sentence')); ?>
13 13
 	</a>:
14 14
 	<?php echo $pending_payment_regs; ?>
15 15
 </div>
16 16
 <div class="misc-pub-section">
17 17
 	<span class="dashicons dashicons-groups ee-icon-color-ee-orange ee-icon-size-20"></span>
18
-	<a href="<?php echo $view_not_approved_reg_url;?>">
19
-		<?php printf( __('%s Registrations', 'event_espresso'), EEH_Template::pretty_status(EEM_Registration::status_id_not_approved, FALSE, 'sentence') ); ?>
18
+	<a href="<?php echo $view_not_approved_reg_url; ?>">
19
+		<?php printf(__('%s Registrations', 'event_espresso'), EEH_Template::pretty_status(EEM_Registration::status_id_not_approved, FALSE, 'sentence')); ?>
20 20
 	</a>:
21 21
 	<?php echo $not_approved_regs; ?>
22 22
 </div>
@@ -29,4 +29,4 @@  discard block
 block discarded – undo
29 29
 	</a>
30 30
 </div> /**/ ?>
31 31
 
32
-<?php echo $event_editor_overview_add;?>
33 32
\ No newline at end of file
33
+<?php echo $event_editor_overview_add; ?>
34 34
\ No newline at end of file
Please login to merge, or discard this patch.
admin_pages/events/templates/event_settings.template.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,14 +10,14 @@
 block discarded – undo
10 10
 					</label>
11 11
 				</th>
12 12
 				<td>
13
-					<p><?php echo EEH_Form_Fields::select_input('default_reg_status', $reg_status_array, $default_reg_status ) ?></p>
13
+					<p><?php echo EEH_Form_Fields::select_input('default_reg_status', $reg_status_array, $default_reg_status) ?></p>
14 14
 					<p class="description">
15 15
 						<?php _e('This setting allows you to preselect what the default registration status setting is when creating an event.  Note that changing this setting does NOT retroactively apply it to existing events.', 'event_espresso'); ?>
16 16
 					</p>
17 17
 				</td>
18 18
 			</tr>
19 19
 
20
-		<?php do_action( 'AHEE__event_settings__template', $template_args ); ?>
20
+		<?php do_action('AHEE__event_settings__template', $template_args); ?>
21 21
 
22 22
 		</tbody>
23 23
 	</table>
Please login to merge, or discard this patch.
admin_pages/events/templates/event_tickets_metabox_main.template.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,11 +28,11 @@
 block discarded – undo
28 28
 						</td>
29 29
 						<td class="event-datetime-column reg-limit-column">
30 30
 							<?php
31
-								$reg_limit = $time->get_pretty('DTT_reg_limit','input');
31
+								$reg_limit = $time->get_pretty('DTT_reg_limit', 'input');
32 32
 							?>
33 33
 							<input type="text" name="edit_event_datetimes[1][DTT_reg_limit]" id="event-datetime-DTT_reg_limit-1" class="ee-small-text-inp ee-inp-right event-datetime-DTT_reg_limit" value="<?php echo $reg_limit; ?>">
34 34
 						</td>
35
-						<td class="datetime-tickets-sold"><?php printf( __('Tickets Sold: %s', 'event_espresso'), $time->get('DTT_sold') ); ?></td>
35
+						<td class="datetime-tickets-sold"><?php printf(__('Tickets Sold: %s', 'event_espresso'), $time->get('DTT_sold')); ?></td>
36 36
 					</tr>
37 37
 				</tbody>
38 38
 			</table>
Please login to merge, or discard this patch.
admin_pages/events/templates/event_tickets_metabox_ticket_row.template.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
 		<span class="ticket-price-info-display ticket-price-dollar-sign-display"><?php echo $price_currency_symbol; ?></span>
16 16
 	</td>
17 17
 	<td>	
18
-		<?php if ( empty( $disabled ) ) : ?>
18
+		<?php if (empty($disabled)) : ?>
19 19
 			<input type="text" size="1" class="edit-price-PRC_amount ee-small-text-inp ee-inp-right" name="edit_prices[<?php echo $ticketrow; ?>][1][PRC_amount]" value="<?php echo $PRC_amount; ?>">
20 20
 		<?php else : ?>
21 21
 			<input type="text" size="1" class="edit-price-PRC_amount ee-small-text-inp ee-inp-right" name="disabled_price_amount" value="<?php echo $PRC_amount; ?>"<?php echo $disabled; ?>>
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
 		<input type="hidden" name="edit_prices[<?php echo $ticketrow; ?>][1][PRC_is_default]" class="edit-price-PRC_is_default" value="<?php echo $PRC_is_default; ?>">
28 28
 	</td>
29 29
 	<td>
30
-		<?php if ( empty( $disabled ) ) : ?>
30
+		<?php if (empty($disabled)) : ?>
31 31
 			<input type="text" class="edit-ticket-TKT_qty ee-small-text-inp ee-inp-right" name="<?php echo $edit_ticketrow_name; ?>[<?php echo $ticketrow; ?>][TKT_qty]" value="<?php echo $TKT_qty; ?>">
32 32
 		<?php else : ?>
33 33
 			<input type="text" class="edit-ticket-TKT_qty ee-small-text-inp ee-inp-right" name="disabled_tkt_qty" value="<?php echo $TKT_qty; ?>"<?php echo $disabled; ?>>
Please login to merge, or discard this patch.
Braces   +10 added lines, -4 removed lines patch added patch discarded remove patch
@@ -17,8 +17,11 @@  discard block
 block discarded – undo
17 17
 	<td>	
18 18
 		<?php if ( empty( $disabled ) ) : ?>
19 19
 			<input type="text" size="1" class="edit-price-PRC_amount ee-small-text-inp ee-inp-right" name="edit_prices[<?php echo $ticketrow; ?>][1][PRC_amount]" value="<?php echo $PRC_amount; ?>">
20
-		<?php else : ?>
21
-			<input type="text" size="1" class="edit-price-PRC_amount ee-small-text-inp ee-inp-right" name="disabled_price_amount" value="<?php echo $PRC_amount; ?>"<?php echo $disabled; ?>>
20
+		<?php else {
21
+	: ?>
22
+			<input type="text" size="1" class="edit-price-PRC_amount ee-small-text-inp ee-inp-right" name="disabled_price_amount" value="<?php echo $PRC_amount;
23
+}
24
+?>"<?php echo $disabled; ?>>
22 25
 			<input type="hidden" size="1" class="edit-price-PRC_amount ee-small-text-inp ee-inp-right" name="edit_prices[<?php echo $ticketrow; ?>][1][PRC_amount]" value="<?php echo $PRC_amount; ?>">
23 26
 		<?php endif; ?>
24 27
 
@@ -29,8 +32,11 @@  discard block
 block discarded – undo
29 32
 	<td>
30 33
 		<?php if ( empty( $disabled ) ) : ?>
31 34
 			<input type="text" class="edit-ticket-TKT_qty ee-small-text-inp ee-inp-right" name="<?php echo $edit_ticketrow_name; ?>[<?php echo $ticketrow; ?>][TKT_qty]" value="<?php echo $TKT_qty; ?>">
32
-		<?php else : ?>
33
-			<input type="text" class="edit-ticket-TKT_qty ee-small-text-inp ee-inp-right" name="disabled_tkt_qty" value="<?php echo $TKT_qty; ?>"<?php echo $disabled; ?>>
35
+		<?php else {
36
+	: ?>
37
+			<input type="text" class="edit-ticket-TKT_qty ee-small-text-inp ee-inp-right" name="disabled_tkt_qty" value="<?php echo $TKT_qty;
38
+}
39
+?>"<?php echo $disabled; ?>>
34 40
 			<input type="hidden" class="edit-ticket-TKT_qty ee-small-text-inp ee-inp-right" name="<?php echo $edit_ticketrow_name; ?>[<?php echo $ticketrow; ?>][TKT_qty]" value="<?php echo $TKT_qty; ?>">
35 41
 		<?php endif; ?>
36 42
 	</td>
Please login to merge, or discard this patch.
general_settings/help_tabs/general_settings_critical_pages.help_tab.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -6,29 +6,29 @@
 block discarded – undo
6 6
 <ul>
7 7
 <li>
8 8
 <strong><?php _e('Registration Checkout Page', 'event_espresso'); ?></strong><br />
9
-<?php printf( __('This page displays all your events and is required. It is important that this page always contain the %s shortcode. It is not required to be in your navigation menu.', 'event_espresso'), '<strong>[ESPRESSO_CHECKOUT]</strong>' ); ?>
9
+<?php printf(__('This page displays all your events and is required. It is important that this page always contain the %s shortcode. It is not required to be in your navigation menu.', 'event_espresso'), '<strong>[ESPRESSO_CHECKOUT]</strong>'); ?>
10 10
 </li>
11 11
 <li>
12 12
 <strong><?php _e('Transactions Page', 'event_espresso'); ?></strong><br />
13
-<?php printf( __('This page processes the payments and is required. It should only contain the %s shortcode. No other content should be added and it should be hidden from your navigation menu.', 'event_espresso'), '<strong>[ESPRESSO_TXN_PAGE]</strong>' ); ?>
13
+<?php printf(__('This page processes the payments and is required. It should only contain the %s shortcode. No other content should be added and it should be hidden from your navigation menu.', 'event_espresso'), '<strong>[ESPRESSO_TXN_PAGE]</strong>'); ?>
14 14
 </li>
15 15
 <li>
16 16
 <strong><?php _e('Thank You Page', 'event_espresso'); ?></strong><br />
17
-<?php printf( __('This page is displayed after a successful transaction and is required. It should contain the %s shortcode. Additionally, you may customize this page by adding extra content to the page. It should be hidden from your navigation menu.', 'event_espresso'), '<strong>[ESPRESSO_THANK_YOU]</strong>' ); ?>
17
+<?php printf(__('This page is displayed after a successful transaction and is required. It should contain the %s shortcode. Additionally, you may customize this page by adding extra content to the page. It should be hidden from your navigation menu.', 'event_espresso'), '<strong>[ESPRESSO_THANK_YOU]</strong>'); ?>
18 18
 </li>
19 19
 <li>
20 20
 <strong><?php _e('Cancel / Return Page', 'event_espresso'); ?></strong><br />
21
-<?php printf( __('This page is displayed after an unsuccessful transaction and is required.  It should contain the %s shortcode. Additionally, you may customize this page by adding extra content to the page. It should be hidden from your navigation menu.', 'event_espresso'), '<strong>[ESPRESSO_CANCELLED]</strong>' ); ?>
21
+<?php printf(__('This page is displayed after an unsuccessful transaction and is required.  It should contain the %s shortcode. Additionally, you may customize this page by adding extra content to the page. It should be hidden from your navigation menu.', 'event_espresso'), '<strong>[ESPRESSO_CANCELLED]</strong>'); ?>
22 22
 </li>
23 23
 <li>
24 24
 <strong><?php _e('Event List', 'event_espresso'); ?></strong><br />
25
-<?php printf(__('If you would like to style the look of your events archive page, then follow the WordPress instructions for %1$screating a custom template for archive pages%2$s.', 'event_espresso'), '<a href="http://codex.wordpress.org/Post_Type_Templates">','</a>'); ?>
25
+<?php printf(__('If you would like to style the look of your events archive page, then follow the WordPress instructions for %1$screating a custom template for archive pages%2$s.', 'event_espresso'), '<a href="http://codex.wordpress.org/Post_Type_Templates">', '</a>'); ?>
26 26
 <ul>
27 27
 <li style="list-style-type: circle;">
28
-<?php printf( __('Build a template for your events - create a theme template named %1$s Then place it in your theme\'s root directory. For the default WordPress Twenty Thirteen theme, this location will be %2$s.', 'event_espresso'), '<strong>archive-espresso_events.php</strong>','wp-content/themes/twenty-fourteen' ); ?>
28
+<?php printf(__('Build a template for your events - create a theme template named %1$s Then place it in your theme\'s root directory. For the default WordPress Twenty Thirteen theme, this location will be %2$s.', 'event_espresso'), '<strong>archive-espresso_events.php</strong>', 'wp-content/themes/twenty-fourteen'); ?>
29 29
 </li>
30 30
 <li style="list-style-type: circle;">
31
-<?php printf( __('Build a template for a single event - create a theme template named %1$s Then place it in your theme\'s root directory. For the default WordPress Twenty Thirteen theme, this location will be %2$s.', 'event_espresso'), '<strong>single-espresso_events.php</strong>','wp-content/themes/twenty-fourteen' ); ?>
31
+<?php printf(__('Build a template for a single event - create a theme template named %1$s Then place it in your theme\'s root directory. For the default WordPress Twenty Thirteen theme, this location will be %2$s.', 'event_espresso'), '<strong>single-espresso_events.php</strong>', 'wp-content/themes/twenty-fourteen'); ?>
32 32
 </li>
33 33
 </ul>
34 34
 </li>
Please login to merge, or discard this patch.