Completed
Branch BUG-10738-inconsistency-in-ses... (4fb977)
by
unknown
104:46 queued 94:10
created
messages/defaults/default/email_registration_content_admin.template.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,8 @@
 block discarded – undo
27 27
 			<td></td>
28 28
 			<td class="container" bgcolor="#FFFFFF">
29 29
 				<div class="content">
30
-					<h1><?php _e( 'Registration Notification', 'event_espresso' ); ?></h1>
31
-					<?php _e( 'The following attendee(s) have registered for the following event:', 'event_espresso' ); ?>
30
+					<h1><?php _e('Registration Notification', 'event_espresso'); ?></h1>
31
+					<?php _e('The following attendee(s) have registered for the following event:', 'event_espresso'); ?>
32 32
 					<table>
33 33
 						<tbody>
34 34
 							<tr>
Please login to merge, or discard this patch.
defaults/default/email_registration_content_primary_attendee.template.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -31,8 +31,8 @@  discard block
 block discarded – undo
31 31
 						<tbody>
32 32
 							<tr>
33 33
 								<td>
34
-									<h2><?php printf( __( 'Hello, %s:', 'event_espresso' ), '[PRIMARY_REGISTRANT_FNAME]' ); ?></h2>
35
-									<p class="lead"><?php _e( 'This is a copy of your registration details!', 'event_espresso' ); ?></p>
34
+									<h2><?php printf(__('Hello, %s:', 'event_espresso'), '[PRIMARY_REGISTRANT_FNAME]'); ?></h2>
35
+									<p class="lead"><?php _e('This is a copy of your registration details!', 'event_espresso'); ?></p>
36 36
 								</td>
37 37
 							</tr>
38 38
 						</tbody>
@@ -60,10 +60,10 @@  discard block
 block discarded – undo
60 60
 									<tbody>
61 61
 										<tr>
62 62
 											<td>
63
-												<h5><?php _e( 'Connect with Us:', 'event_espresso' ); ?></h5>
64
-												<a class="soc-btn fb" href="[CO_FACEBOOK_URL]"><?php _e( 'Facebook', 'event_espresso' ); ?></a>
65
-												<a class="soc-btn tw" href="[CO_TWITTER_URL]"><?php _e( 'Twitter', 'event_espresso' ); ?></a>
66
-												<a class="soc-btn gp" href="[CO_GOOGLE_URL]"><?php _e( 'Google+', 'event_espresso' ); ?></a>
63
+												<h5><?php _e('Connect with Us:', 'event_espresso'); ?></h5>
64
+												<a class="soc-btn fb" href="[CO_FACEBOOK_URL]"><?php _e('Facebook', 'event_espresso'); ?></a>
65
+												<a class="soc-btn tw" href="[CO_TWITTER_URL]"><?php _e('Twitter', 'event_espresso'); ?></a>
66
+												<a class="soc-btn gp" href="[CO_GOOGLE_URL]"><?php _e('Google+', 'event_espresso'); ?></a>
67 67
 											</td>
68 68
 										</tr>
69 69
 									</tbody>
@@ -73,9 +73,9 @@  discard block
 block discarded – undo
73 73
 									<tbody>
74 74
 										<tr>
75 75
 											<td>
76
-												<h5><?php _e( 'Contact Info:', 'event_espresso' ); ?></h5>
77
-												<?php _e( 'Phone:', 'event_espresso' ); ?> <strong>[CO_PHONE]</strong>
78
-												<?php _e( 'Email:', 'event_espresso' ); ?>
76
+												<h5><?php _e('Contact Info:', 'event_espresso'); ?></h5>
77
+												<?php _e('Phone:', 'event_espresso'); ?> <strong>[CO_PHONE]</strong>
78
+												<?php _e('Email:', 'event_espresso'); ?>
79 79
 												<strong><a href="mailto:[CO_EMAIL]" target="_blank">[CO_EMAIL]</a></strong>
80 80
 											</td>
81 81
 										</tr>
Please login to merge, or discard this patch.
messages/defaults/default/email_registration_event_list.template.php 1 patch
Spacing   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@  discard block
 block discarded – undo
3 3
 		<tbody>
4 4
 			<tr>
5 5
 				<td>
6
-					<p class="callout"><strong><?php _e( 'Event:', 'event_espresso' ); ?> [EVENT_LINK]
7
-							<?php _e( 'Venue:', 'event_espresso' ); ?>
6
+					<p class="callout"><strong><?php _e('Event:', 'event_espresso'); ?> [EVENT_LINK]
7
+							<?php _e('Venue:', 'event_espresso'); ?>
8 8
 							<a href="[VENUE_URL]" target="_blank">[VENUE_TITLE]</a> ([VENUE_CITY], [VENUE_STATE])</strong>
9 9
 					</p>
10 10
 				</td>
@@ -19,13 +19,13 @@  discard block
 block discarded – undo
19 19
 			<tbody>
20 20
 				<tr>
21 21
 					<td>
22
-						<h3><?php _e( 'Registration:', 'event_espresso' ); ?></h3>
22
+						<h3><?php _e('Registration:', 'event_espresso'); ?></h3>
23 23
 						<h4>[RECIPIENT_FNAME] [RECIPIENT_LNAME]</h4>
24 24
 						<ul>
25 25
 							<li>
26
-								<strong><?php _e( 'Registration Code:', 'event_espresso' ); ?></strong> [RECIPIENT_REGISTRATION_CODE]
26
+								<strong><?php _e('Registration Code:', 'event_espresso'); ?></strong> [RECIPIENT_REGISTRATION_CODE]
27 27
 							</li>
28
-							<li><strong><?php _e( 'Tickets:', 'event_espresso' ); ?></strong></li>
28
+							<li><strong><?php _e('Tickets:', 'event_espresso'); ?></strong></li>
29 29
 							<li>
30 30
 								<ul>[RECIPIENT_TICKET_LIST]</ul>
31 31
 							</li>
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
 				<tr>
43 43
 					<td>
44 44
 						<ul class="sidebar">
45
-							<li><h5><?php _e( 'Venue', 'event_espresso' ); ?> »</h5></li>
45
+							<li><h5><?php _e('Venue', 'event_espresso'); ?> »</h5></li>
46 46
 							<li>[VENUE_IMAGE]</li>
47 47
 							<li>[VENUE_TITLE]</li>
48 48
 							<li>[VENUE_ADDRESS]</li>
@@ -58,13 +58,13 @@  discard block
 block discarded – undo
58 58
 											<tbody>
59 59
 												<tr>
60 60
 													<td>
61
-														<h6><?php _e( 'Connect with this Event:', 'event_espresso' ); ?></h6>
62
-														<a class="soc-btn fb" href="[EVENT_FACEBOOK_URL]"><?php _e( 'Facebook', 'event_espresso' ); ?></a>
63
-														<a class="soc-btn tw" href="[EVENT_TWITTER_URL]"><?php _e( 'Twitter', 'event_espresso' ); ?></a>
64
-														<h6><?php _e( 'Contact Info:', 'event_espresso' ); ?></h6>
65
-														<?php _e( 'Phone:', 'event_espresso' ); ?>
61
+														<h6><?php _e('Connect with this Event:', 'event_espresso'); ?></h6>
62
+														<a class="soc-btn fb" href="[EVENT_FACEBOOK_URL]"><?php _e('Facebook', 'event_espresso'); ?></a>
63
+														<a class="soc-btn tw" href="[EVENT_TWITTER_URL]"><?php _e('Twitter', 'event_espresso'); ?></a>
64
+														<h6><?php _e('Contact Info:', 'event_espresso'); ?></h6>
65
+														<?php _e('Phone:', 'event_espresso'); ?>
66 66
 														<strong>[EVENT_PHONE]</strong>
67
-														<?php _e( 'Email:', 'event_espresso' ); ?>
67
+														<?php _e('Email:', 'event_espresso'); ?>
68 68
 														<strong><a href="mailto:[EVENT_AUTHOR_EMAIL]">[EVENT_AUTHOR_EMAIL]</a></strong>
69 69
 													</td>
70 70
 												</tr>
Please login to merge, or discard this patch.
messages/defaults/default/email_registration_event_list_admin.template.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <p class="callout">
2 2
 	<strong>
3
-		<?php _e( 'Event:', 'event_espresso' ); ?> [EVENT_LINK]
4
-		<?php _e( 'Venue:', 'event_espresso' ); ?>
3
+		<?php _e('Event:', 'event_espresso'); ?> [EVENT_LINK]
4
+		<?php _e('Venue:', 'event_espresso'); ?>
5 5
 		<a href="[VENUE_URL]" target="_blank">[VENUE_TITLE]</a> ([VENUE_CITY], [VENUE_STATE])
6 6
 	</strong>
7 7
 </p>
8
-<h2><?php _e( 'Registrant Details:', 'event_espresso' ); ?></h2>
8
+<h2><?php _e('Registrant Details:', 'event_espresso'); ?></h2>
9 9
 [ATTENDEE_LIST]
10 10
\ No newline at end of file
Please login to merge, or discard this patch.
default/email_registration_event_list_primary_attendee.template.php 1 patch
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@  discard block
 block discarded – undo
3 3
 		<tbody>
4 4
 			<tr>
5 5
 				<td>
6
-					<p class="callout"><strong><?php _e( 'Event:', 'event_espresso' ); ?> [EVENT_LINK]
7
-							<?php _e( 'Venue:', 'event_espresso' ); ?>
6
+					<p class="callout"><strong><?php _e('Event:', 'event_espresso'); ?> [EVENT_LINK]
7
+							<?php _e('Venue:', 'event_espresso'); ?>
8 8
 							<a href="[VENUE_URL]" target="_blank">[VENUE_TITLE]</a> ([VENUE_CITY], [VENUE_STATE])</strong>
9 9
 					</p>
10 10
 				</td>
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
 			<tbody>
20 20
 				<tr>
21 21
 					<td>
22
-						<h3><?php _e( 'Registrant(s):', 'event_espresso' ); ?></h3>
22
+						<h3><?php _e('Registrant(s):', 'event_espresso'); ?></h3>
23 23
 						[ATTENDEE_LIST]
24 24
 					</td>
25 25
 				</tr>
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
 				<tr>
33 33
 					<td>
34 34
 						<ul class="sidebar">
35
-							<li><h5><?php _e( 'Venue', 'event_espresso' ); ?> »</h5></li>
35
+							<li><h5><?php _e('Venue', 'event_espresso'); ?> »</h5></li>
36 36
 							<li>[VENUE_IMAGE]</li>
37 37
 							<li>[VENUE_TITLE]</li>
38 38
 							<li>[VENUE_ADDRESS]</li>
@@ -48,13 +48,13 @@  discard block
 block discarded – undo
48 48
 											<tbody>
49 49
 												<tr>
50 50
 													<td>
51
-														<h6><?php _e( 'Connect with this Event:', 'event_espresso' ); ?></h6>
52
-														<a class="soc-btn fb" href="[EVENT_FACEBOOK_URL]"><?php _e( 'Facebook', 'event_espresso' ); ?></a>
53
-														<a class="soc-btn tw" href="[EVENT_TWITTER_URL]"><?php _e( 'Twitter', 'event_espresso' ); ?></a>
54
-														<h6><?php _e( 'Contact Info:', 'event_espresso' ); ?></h6>
55
-														<?php _e( 'Phone:', 'event_espresso' ); ?>
51
+														<h6><?php _e('Connect with this Event:', 'event_espresso'); ?></h6>
52
+														<a class="soc-btn fb" href="[EVENT_FACEBOOK_URL]"><?php _e('Facebook', 'event_espresso'); ?></a>
53
+														<a class="soc-btn tw" href="[EVENT_TWITTER_URL]"><?php _e('Twitter', 'event_espresso'); ?></a>
54
+														<h6><?php _e('Contact Info:', 'event_espresso'); ?></h6>
55
+														<?php _e('Phone:', 'event_espresso'); ?>
56 56
 														<strong>[EVENT_PHONE]</strong>
57
-														<?php _e( 'Email:', 'event_espresso' ); ?>
57
+														<?php _e('Email:', 'event_espresso'); ?>
58 58
 														<strong><a href="mailto:[EVENT_AUTHOR_EMAIL]">[EVENT_AUTHOR_EMAIL]</a></strong>
59 59
 													</td>
60 60
 												</tr>
Please login to merge, or discard this patch.
messages/defaults/default/email_registration_summary_content.template.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -31,8 +31,8 @@  discard block
 block discarded – undo
31 31
 						<tbody>
32 32
 							<tr>
33 33
 								<td>
34
-									<h1><?php printf( __( 'Hello, %s:', 'event_espresso' ), '[PRIMARY_REGISTRANT_FNAME]' ); ?></h1>
35
-									<?php _e( 'Here\'s a summary of all the registrations recently made:', 'event_espresso' ); ?>
34
+									<h1><?php printf(__('Hello, %s:', 'event_espresso'), '[PRIMARY_REGISTRANT_FNAME]'); ?></h1>
35
+									<?php _e('Here\'s a summary of all the registrations recently made:', 'event_espresso'); ?>
36 36
 									<div>
37 37
 										[EVENT_LIST]
38 38
 									</div>
@@ -61,10 +61,10 @@  discard block
 block discarded – undo
61 61
 									<tbody>
62 62
 										<tr>
63 63
 											<td>
64
-												<h5><?php _e( 'Connect with Us:', 'event_espresso' ); ?></h5>
65
-												<a class="soc-btn fb" href="[CO_FACEBOOK_URL]"><?php _e( 'Facebook', 'event_espresso' ); ?></a>
66
-												<a class="soc-btn tw" href="[CO_TWITTER_URL]"><?php _e( 'Twitter', 'event_espresso' ); ?></a>
67
-												<a class="soc-btn gp" href="[CO_GOOGLE_URL]"><?php _e( 'Google+', 'event_espresso' ); ?></a>
64
+												<h5><?php _e('Connect with Us:', 'event_espresso'); ?></h5>
65
+												<a class="soc-btn fb" href="[CO_FACEBOOK_URL]"><?php _e('Facebook', 'event_espresso'); ?></a>
66
+												<a class="soc-btn tw" href="[CO_TWITTER_URL]"><?php _e('Twitter', 'event_espresso'); ?></a>
67
+												<a class="soc-btn gp" href="[CO_GOOGLE_URL]"><?php _e('Google+', 'event_espresso'); ?></a>
68 68
 											</td>
69 69
 										</tr>
70 70
 									</tbody>
@@ -74,9 +74,9 @@  discard block
 block discarded – undo
74 74
 									<tbody>
75 75
 										<tr>
76 76
 											<td>
77
-												<h5><?php _e( 'Contact Info:', 'event_espresso' ); ?></h5>
78
-												<?php _e( 'Phone:', 'event_espresso' ); ?> <strong>[CO_PHONE]</strong>
79
-												<?php _e( 'Email:', 'event_espresso' ); ?>
77
+												<h5><?php _e('Contact Info:', 'event_espresso'); ?></h5>
78
+												<?php _e('Phone:', 'event_espresso'); ?> <strong>[CO_PHONE]</strong>
79
+												<?php _e('Email:', 'event_espresso'); ?>
80 80
 												<strong><a href="mailto:[CO_EMAIL]" target="_blank">[CO_EMAIL]</a></strong>
81 81
 											</td>
82 82
 										</tr>
Please login to merge, or discard this patch.
messages/defaults/default/email_registration_ticket_list.template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,6 +2,6 @@
 block discarded – undo
2 2
 	<strong>[TICKET_NAME]</strong>
3 3
 </li>
4 4
 <li>
5
-	<?php _e( 'Dates/Times:', 'event_espresso' ); ?></br>
5
+	<?php _e('Dates/Times:', 'event_espresso'); ?></br>
6 6
 	<ul>[DATETIME_LIST]</ul>
7 7
 </li>
8 8
\ No newline at end of file
Please login to merge, or discard this patch.
core/libraries/messages/defaults/default/html_invoice_content.template.php 1 patch
Spacing   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -23,14 +23,14 @@  discard block
 block discarded – undo
23 23
 			</td>
24 24
 			<td>
25 25
 				<div id="invoice-info">
26
-					<h2 id="invoice-hdr"><?php _e( 'Invoice', 'event_espresso' ) ?></h2>
26
+					<h2 id="invoice-hdr"><?php _e('Invoice', 'event_espresso') ?></h2>
27 27
 					<h3>
28
-						<?php _e( 'Date:', 'event_espresso' ) ?> <span>[PRIMARY_REGISTRANT_REGISTRATION_DATE]</span>
28
+						<?php _e('Date:', 'event_espresso') ?> <span>[PRIMARY_REGISTRANT_REGISTRATION_DATE]</span>
29 29
 					</h3>
30
-					<h3><?php _e( 'Registration Code:', 'event_espresso' ) ?>
30
+					<h3><?php _e('Registration Code:', 'event_espresso') ?>
31 31
 						<span>[PRIMARY_REGISTRANT_REGISTRATION_CODE]</span></h3>
32 32
 
33
-					<h3><?php _e( 'Transaction ID:', 'event_espresso' ) ?> <span>[TXN_ID]</span></h3>
33
+					<h3><?php _e('Transaction ID:', 'event_espresso') ?> <span>[TXN_ID]</span></h3>
34 34
 				</div>
35 35
 			</td>
36 36
 		</tr>
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 		</tr>
42 42
 	</table>
43 43
 
44
-	<h2><?php _e( 'Bill To:', 'event_espresso' ) ?></h2>
44
+	<h2><?php _e('Bill To:', 'event_espresso') ?></h2>
45 45
 	<div class="vcard" id="client-details">
46 46
 		<div class="fn">[PRIMARY_REGISTRANT_FNAME] [PRIMARY_REGISTRANT_LNAME]</div>
47 47
 		<div class="adr">
@@ -54,15 +54,15 @@  discard block
 block discarded – undo
54 54
 		</div>
55 55
 	</div>
56 56
 
57
-	<h2><?php _e( "Purchases", 'event_espresso' ) ?></h2>
57
+	<h2><?php _e("Purchases", 'event_espresso') ?></h2>
58 58
 	<table class="invoice-amount">
59 59
 		<thead>
60 60
 			<tr class="header_row">
61
-				<th class="left ticket_th"><?php _e( 'Item', 'event_espresso' ); ?></th>
62
-				<th class="left event_th"><?php _e( 'Description', 'event_espresso' ); ?></th>
63
-				<th class="quantity_th"><?php _e( 'Qty', 'event_espresso' ); ?></th>
64
-				<th class="left event_th"><?php _e( 'Price', 'event_espresso' ); ?></th>
65
-				<th class="subtotal_th item_r"><?php _e( 'Total', 'event_espresso' ); ?></th>
61
+				<th class="left ticket_th"><?php _e('Item', 'event_espresso'); ?></th>
62
+				<th class="left event_th"><?php _e('Description', 'event_espresso'); ?></th>
63
+				<th class="quantity_th"><?php _e('Qty', 'event_espresso'); ?></th>
64
+				<th class="left event_th"><?php _e('Price', 'event_espresso'); ?></th>
65
+				<th class="subtotal_th item_r"><?php _e('Total', 'event_espresso'); ?></th>
66 66
 			</tr>
67 67
 		</thead>
68 68
 		<tbody>
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 			</tr>
72 72
 			<tr class="total_tr odd">
73 73
 				<td colspan="2">&nbsp;</td>
74
-				<td colspan="2" class="total" id="total_currency"><?php _e( 'Sub-Total', 'event_espresso' ); ?></td>
74
+				<td colspan="2" class="total" id="total_currency"><?php _e('Sub-Total', 'event_espresso'); ?></td>
75 75
 				<td class="total">[TXN_SUBTOTAL]</td>
76 76
 			</tr>
77 77
 			<tr>
@@ -80,24 +80,24 @@  discard block
 block discarded – undo
80 80
 
81 81
 			<tr class="total_tr odd">
82 82
 				<td colspan="2">&nbsp;</td>
83
-				<td colspan="2" class="total" id="total_currency"><?php _e( 'Total', 'event_espresso' ); ?></td>
83
+				<td colspan="2" class="total" id="total_currency"><?php _e('Total', 'event_espresso'); ?></td>
84 84
 				<td class="total">[TOTAL_COST]</td>
85 85
 			</tr>
86 86
 		</tbody>
87 87
 	</table>
88 88
 
89
-	<p><?php _e( "* taxable items", "event_espresso" ); ?></p>
89
+	<p><?php _e("* taxable items", "event_espresso"); ?></p>
90 90
 
91
-	<h2><?php _e( "Payments", 'event_espresso' ) ?></h2>
91
+	<h2><?php _e("Payments", 'event_espresso') ?></h2>
92 92
 	<table class="invoice-amount">
93 93
 		<thead>
94 94
 			<tr class="header_row">
95
-				<th><span class=""><?php _e( 'Payment Method', 'event_espresso' ); ?></span></th>
96
-				<th class='left datetime_th'><?php _e( "Date", 'event_espresso' ) ?></th>
97
-				<th><span class=""><?php _e( 'Transaction Id / Cheque #', 'event_espresso' ); ?></span></th>
98
-				<th><span class=""><?php _e( 'P.O. / S.O.#', 'event_espresso' ); ?></span></th>
99
-				<th><span class=""><?php _e( 'Status', 'event_espresso' ); ?></span></th>
100
-				<th><?php _e( 'Amount', 'event_espresso' ); ?></th>
95
+				<th><span class=""><?php _e('Payment Method', 'event_espresso'); ?></span></th>
96
+				<th class='left datetime_th'><?php _e("Date", 'event_espresso') ?></th>
97
+				<th><span class=""><?php _e('Transaction Id / Cheque #', 'event_espresso'); ?></span></th>
98
+				<th><span class=""><?php _e('P.O. / S.O.#', 'event_espresso'); ?></span></th>
99
+				<th><span class=""><?php _e('Status', 'event_espresso'); ?></span></th>
100
+				<th><?php _e('Amount', 'event_espresso'); ?></th>
101 101
 			</tr>
102 102
 		</thead>
103 103
 		<tbody>
@@ -108,12 +108,12 @@  discard block
 block discarded – undo
108 108
 		<tfoot>
109 109
 			<tr class='total_tr'>
110 110
 				<td colspan="4"></td>
111
-				<td class="item_r"><?php _e( 'Total Paid', 'event_espresso' ) ?></td>
111
+				<td class="item_r"><?php _e('Total Paid', 'event_espresso') ?></td>
112 112
 				<td class="item_r">[TOTAL_AMOUNT_PAID]</td>
113 113
 			</tr>
114 114
 			<tr class="total_tr">
115 115
 				<td colspan="4"></td>
116
-				<td class="total" id="total_currency"><?php _e( 'Amount Owed', 'event_espresso' ); ?></td>
116
+				<td class="total" id="total_currency"><?php _e('Amount Owed', 'event_espresso'); ?></td>
117 117
 				<td class="total">[TOTAL_OWING]</td>
118 118
 			</tr>
119 119
 		</tfoot>
Please login to merge, or discard this patch.
core/libraries/messages/defaults/default/html_invoice_subject.template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,4 +2,4 @@
 block discarded – undo
2 2
 /**
3 3
  * This is the template for the html messenger and invoice message type page title field.
4 4
  */
5
-printf( __( '%s Invoice for Transaction: %s', 'event_espresso' ), '[COMPANY]', '[TXN_ID]' );
6 5
\ No newline at end of file
6
+printf(__('%s Invoice for Transaction: %s', 'event_espresso'), '[COMPANY]', '[TXN_ID]');
7 7
\ No newline at end of file
Please login to merge, or discard this patch.