Completed
Branch BUG-9583-fix-fetching-term-rel... (646110)
by
unknown
539:15 queued 523:53
created
libraries/messages/defaults/default/html_receipt_event_list.template.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
  */
5 5
 ?>
6 6
 <h3 class="section-title event-name">
7
-	<img class="icon" src="<?php echo EE_IMAGES_URL . 'calendar_year-24x24.png'; ?>"><?php _e( "Event Name:", "event_espresso" ) ?>
7
+	<img class="icon" src="<?php echo EE_IMAGES_URL.'calendar_year-24x24.png'; ?>"><?php _e("Event Name:", "event_espresso") ?>
8 8
 	<span class="plain-text">[EVENT_NAME]</span>
9
-	<span class="small-text link">( <a href="[EVENT_URL]"><?php _e( 'view', 'event_espresso' ); ?></a> )</span>
9
+	<span class="small-text link">( <a href="[EVENT_URL]"><?php _e('view', 'event_espresso'); ?></a> )</span>
10 10
 </h3>
11 11
 <p class="event-description">
12 12
 	[EVENT_EXCERPT]
Please login to merge, or discard this patch.
core/libraries/messages/defaults/default/html_receipt_subject.template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,5 +2,5 @@
 block discarded – undo
2 2
 /**
3 3
  * This is the template for the html messenger and receipt message type page title field.
4 4
  */
5
-printf( __( '%s Receipt for Transaction: %s', 'event_espresso' ), '[COMPANY]', '[TXN_ID]' );
5
+printf(__('%s Receipt for Transaction: %s', 'event_espresso'), '[COMPANY]', '[TXN_ID]');
6 6
 ?>
7 7
\ No newline at end of file
Please login to merge, or discard this patch.
messages/defaults/default/html_receipt_ticket_line_item_no_pms.template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 <tr class="item">
7 7
 	<td>[LINE_ITEM_NAME][LINE_ITEM_TAXABLE_*]</td>
8 8
 	<td colspan="2">[LINE_ITEM_DESCRIPTION]
9
-		<p class="ticket-note"><?php echo sprintf( __( 'This ticket can be used once at %s of the dates/times below.', 'event_espresso' ), '[TKT_USES_* schema=' . __( 'any', 'event_espresso' ) . ']' ); ?></p>
9
+		<p class="ticket-note"><?php echo sprintf(__('This ticket can be used once at %s of the dates/times below.', 'event_espresso'), '[TKT_USES_* schema='.__('any', 'event_espresso').']'); ?></p>
10 10
 	</td>
11 11
 	<td class="item_c">[LINE_ITEM_QUANTITY]</td>
12 12
 	<td class="item_c">[LINE_ITEM_AMOUNT]</td>
Please login to merge, or discard this patch.
messages/defaults/default/html_receipt_ticket_line_item_pms.template.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@  discard block
 block discarded – undo
6 6
 <tr class="item">
7 7
 	<td>[LINE_ITEM_NAME][LINE_ITEM_TAXABLE_*]</td>
8 8
 	<td colspan="2">[LINE_ITEM_DESCRIPTION]
9
-		<p class="ticket-note"><?php echo sprintf( __( 'This ticket can be used once at %s of the dates/times below.', 'event_espresso' ), '[TKT_USES_* schema=' . __( 'any', 'event_espresso' ) . ']' ); ?></p>
9
+		<p class="ticket-note"><?php echo sprintf(__('This ticket can be used once at %s of the dates/times below.', 'event_espresso'), '[TKT_USES_* schema='.__('any', 'event_espresso').']'); ?></p>
10 10
 	</td>
11 11
 	<td class="item_c">[LINE_ITEM_QUANTITY]</td>
12 12
 	<td class="item_c">[LINE_ITEM_AMOUNT]</td>
@@ -15,6 +15,6 @@  discard block
 block discarded – undo
15 15
 [PRICE_MODIFIER_LINE_ITEM_LIST]
16 16
 <tr class="total_tr odd">
17 17
 	<td colspan="4"></td>
18
-	<td class="total" nowrap="nowrap"><?php _e( "Ticket Total:", "event_espresso" ); ?></td>
18
+	<td class="total" nowrap="nowrap"><?php _e("Ticket Total:", "event_espresso"); ?></td>
19 19
 	<td class="item_r">[LINE_ITEM_TOTAL]</td>
20 20
 </tr>
Please login to merge, or discard this patch.
libraries/messages/defaults/default/html_receipt_ticket_list.template.php 1 patch
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -8,11 +8,11 @@  discard block
 block discarded – undo
8 8
 		<table class="invoice-amount">
9 9
 			<thead>
10 10
 				<tr class="header_row">
11
-					<th class="name-column"><?php _e( "Ticket", "event_espresso" ); ?></th>
12
-					<th colspan="2" class="desc-column"><?php _e( "Description", "event_espresso" ); ?></th>
13
-					<th class="number-column item_c"><?php _e( "Quantity", "event_espresso" ); ?></th>
14
-					<th class="number-column item_c"><?php _e( "Price", "event_espresso" ); ?></th>
15
-					<th class="number-column item_r"><?php _e( "Total", "event_espresso" ); ?></th>
11
+					<th class="name-column"><?php _e("Ticket", "event_espresso"); ?></th>
12
+					<th colspan="2" class="desc-column"><?php _e("Description", "event_espresso"); ?></th>
13
+					<th class="number-column item_c"><?php _e("Quantity", "event_espresso"); ?></th>
14
+					<th class="number-column item_c"><?php _e("Price", "event_espresso"); ?></th>
15
+					<th class="number-column item_r"><?php _e("Total", "event_espresso"); ?></th>
16 16
 				</tr>
17 17
 			</thead>
18 18
 			<tbody>[TICKET_LINE_ITEM_LIST]</tbody>
@@ -22,25 +22,25 @@  discard block
 block discarded – undo
22 22
 		<div class="ticket-time-and-place-details">
23 23
 			<div class="ticket-time-details">
24 24
 				<h4 class="sub-section-title no-bottom-margin">
25
-					<img class="icon" src="<?php echo EE_IMAGES_URL . 'clock-16x16.png'; ?>"><?php _e( 'Date/Time:', 'event_espresso' ); ?>
25
+					<img class="icon" src="<?php echo EE_IMAGES_URL.'clock-16x16.png'; ?>"><?php _e('Date/Time:', 'event_espresso'); ?>
26 26
 				</h4>
27 27
 				<ul class="event-dates">[DATETIME_LIST]</ul>
28 28
 			</div>
29 29
 			<div class="ticket-place-details">
30 30
 				<h4 class="sub-section-title no-bottom-margin">
31
-					<img class="icon" src="<?php echo EE_IMAGES_URL . 'location-pin-16x16.png'; ?>"><?php _e( 'Venue', 'event_espresso' ); ?>
31
+					<img class="icon" src="<?php echo EE_IMAGES_URL.'location-pin-16x16.png'; ?>"><?php _e('Venue', 'event_espresso'); ?>
32 32
 				</h4>
33 33
 				<ul class="event-venues">
34 34
 					<li>[VENUE_TITLE]
35
-						<span class="small-text">( <a href="[VENUE_URL]"><?php _e( 'view', 'event_espresso' ); ?></a> )</span>
35
+						<span class="small-text">( <a href="[VENUE_URL]"><?php _e('view', 'event_espresso'); ?></a> )</span>
36 36
 					</li>
37 37
 				</ul>
38 38
 			</div>
39 39
 		</div>
40 40
 		<div class="ticket-registrations-area">
41 41
 			<h4 class="sub-section-title">
42
-				<img class="icon" src="<?php echo EE_IMAGES_URL . 'users-16x16.png'; ?>"><?php _e( "Registration Details", "event_espresso" ); ?>
43
-				<span class="small-text link">( <a class="print_button noPrint" href="[PRIMARY_REGISTRANT_FRONTEND_EDIT_REG_LINK]"><?php _e( 'edit', 'event_espresso' ); ?></a> )</span>
42
+				<img class="icon" src="<?php echo EE_IMAGES_URL.'users-16x16.png'; ?>"><?php _e("Registration Details", "event_espresso"); ?>
43
+				<span class="small-text link">( <a class="print_button noPrint" href="[PRIMARY_REGISTRANT_FRONTEND_EDIT_REG_LINK]"><?php _e('edit', 'event_espresso'); ?></a> )</span>
44 44
 			</h4>
45 45
 			<ul class="ticket-registrations-list">[ATTENDEE_LIST]</ul>
46 46
 		</div>
Please login to merge, or discard this patch.
core/libraries/messages/message_type/EE_Receipt_message_type.class.php 3 patches
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -87,12 +87,12 @@
 block discarded – undo
87 87
 
88 88
 
89 89
 	/**
90
-	* used to set the valid shortcodes for the receipt message type
91
-	*
92
-	* @since   4.5.0
93
-	*
94
-	* @return  void
95
-	*/
90
+	 * used to set the valid shortcodes for the receipt message type
91
+	 *
92
+	 * @since   4.5.0
93
+	 *
94
+	 * @return  void
95
+	 */
96 96
 	protected function _set_valid_shortcodes() {
97 97
 		$this->_valid_shortcodes['purchaser'] = array(
98 98
 			'attendee_list', 'attendee', 'datetime_list', 'datetime', 'event_list', 'event', 'event_meta', 'messenger', 'organization', 'primary_registration_list', 'primary_registration_details', 'ticket_list', 'ticket', 'transaction', 'venue', 'line_item_list', 'payment_list', 'line_item', 'payment'
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,9 @@
 block discarded – undo
5 5
  * @subpackage plugin api, messages
6 6
  * @since           4.5.0
7 7
  */
8
-if ( ! defined('EVENT_ESPRESSO_VERSION')) exit('No direct script access allowed');
8
+if ( ! defined('EVENT_ESPRESSO_VERSION')) {
9
+	exit('No direct script access allowed');
10
+}
9 11
 
10 12
 /**
11 13
  * Use this to register or deregister a new message template pack variation for the EE messages system.
Please login to merge, or discard this patch.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
 
56 56
 
57 57
 	protected function _set_admin_pages() {
58
-		$this->admin_registered_pages = array( 'events_edit' => TRUE );
58
+		$this->admin_registered_pages = array('events_edit' => TRUE);
59 59
 	}
60 60
 
61 61
 
@@ -68,17 +68,17 @@  discard block
 block discarded – undo
68 68
 
69 69
 	protected function _set_with_messengers() {
70 70
 		$this->_with_messengers = array(
71
-			'html' => array( 'pdf' )
71
+			'html' => array('pdf')
72 72
 		);
73 73
 	}
74 74
 
75 75
 
76 76
 
77
-	protected function _get_data_for_context( $context, EE_Registration $registration, $id ) {
77
+	protected function _get_data_for_context($context, EE_Registration $registration, $id) {
78 78
 		//receipt message type data handler is 'Gateways' and it expects a transaction object.
79 79
 		$transaction = $registration->transaction();
80
-		if ( $transaction instanceof EE_Transaction ) {
81
-			return array( $transaction );
80
+		if ($transaction instanceof EE_Transaction) {
81
+			return array($transaction);
82 82
 		}
83 83
 		return array();
84 84
 	}
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
 	* @return  void
118 118
 	*/
119 119
 	protected function _set_valid_shortcodes() {
120
-		$this->_valid_shortcodes[ 'purchaser' ] = array(
120
+		$this->_valid_shortcodes['purchaser'] = array(
121 121
 			'attendee_list',
122 122
 			'attendee',
123 123
 			'datetime_list',
Please login to merge, or discard this patch.
core/libraries/messages/message_type/EE_Registration_message_type.class.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-if (!defined('EVENT_ESPRESSO_VERSION') )
3
+if ( ! defined('EVENT_ESPRESSO_VERSION'))
4 4
 	exit('NO direct script access allowed');
5 5
 
6 6
 /**
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.
validators/email/EE_Messages_Email_Registration_Validator.class.php 2 patches
Braces   +5 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,7 +1,8 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-if (!defined('EVENT_ESPRESSO_VERSION') )
3
+if (!defined('EVENT_ESPRESSO_VERSION') ) {
4 4
 	exit('NO direct script access allowed');
5
+}
5 6
 
6 7
 /**
7 8
  * Event Espresso
@@ -49,8 +50,9 @@  discard block
 block discarded – undo
49 50
 			);
50 51
 		$this->_MSGR->set_validator_config( $new_config );
51 52
 
52
-		if ( $this->_context != 'admin' )
53
-			$this->_valid_shortcodes_modifier[$this->_context]['event_list'] = array('event', 'attendee_list', 'ticket_list', 'datetime_list', 'venue', 'organization', 'event_author', 'primary_registration_details', 'primary_registration_list', 'recipient_details', 'recipient_list');
53
+		if ( $this->_context != 'admin' ) {
54
+					$this->_valid_shortcodes_modifier[$this->_context]['event_list'] = array('event', 'attendee_list', 'ticket_list', 'datetime_list', 'venue', 'organization', 'event_author', 'primary_registration_details', 'primary_registration_list', 'recipient_details', 'recipient_list');
55
+		}
54 56
 
55 57
 		$this->_specific_shortcode_excludes['content'] = array('[DISPLAY_PDF_URL]', '[DISPLAY_PDF_BUTTON]');
56 58
 	}
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-if (!defined('EVENT_ESPRESSO_VERSION') )
3
+if ( ! defined('EVENT_ESPRESSO_VERSION'))
4 4
 	exit('NO direct script access allowed');
5 5
 
6 6
 /**
@@ -30,11 +30,11 @@  discard block
 block discarded – undo
30 30
 class EE_Messages_Email_Cancelled_Registration_Validator extends EE_Messages_Validator {
31 31
 
32 32
 
33
-	public function __construct( $fields, $context ) {
33
+	public function __construct($fields, $context) {
34 34
 		$this->_m_name = 'email';
35 35
 		$this->_mt_name = 'cancelled_registration';
36 36
 
37
-		parent::__construct( $fields, $context );
37
+		parent::__construct($fields, $context);
38 38
 	}
39 39
 
40 40
 	/**
@@ -46,9 +46,9 @@  discard block
 block discarded – undo
46 46
 			'shortcodes' => array('event', 'attendee_list', 'ticket_list', 'datetime_list', 'venue', 'organization', 'event_author', 'primary_registration_details', 'primary_registration_list', 'recipient_details', 'recipient_list'),
47 47
 			'required' => array('[EVENT_LIST]')
48 48
 			);
49
-		$this->_messenger->set_validator_config( $new_config );
49
+		$this->_messenger->set_validator_config($new_config);
50 50
 
51
-		if ( $this->_context != 'admin' )
51
+		if ($this->_context != 'admin')
52 52
 			$this->_valid_shortcodes_modifier[$this->_context]['event_list'] = array('event', 'attendee_list', 'ticket_list', 'datetime_list', 'venue', 'organization', 'event_author', 'primary_registration_details', 'primary_registration_list', 'recipient_details', 'recipient_list');
53 53
 
54 54
 		$this->_specific_shortcode_excludes['content'] = array('[DISPLAY_PDF_URL]', '[DISPLAY_PDF_BUTTON]');
Please login to merge, or discard this patch.
messages/validators/html/EE_Messages_Html_Receipt_Validator.class.php 2 patches
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@  discard block
 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
 /**
@@ -24,11 +24,11 @@  discard block
 block discarded – undo
24 24
  */
25 25
 class EE_Messages_Html_Receipt_Validator extends EE_Messages_Validator {
26 26
 
27
-	public function __construct( $fields, $context ) {
27
+	public function __construct($fields, $context) {
28 28
 		$this->_m_name = 'html';
29 29
 		$this->_mt_name = 'receipt';
30 30
 
31
-		parent::__construct( $fields, $context );
31
+		parent::__construct($fields, $context);
32 32
 	}
33 33
 
34 34
 	/**
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.