@@ -27,11 +27,11 @@ |
||
27 | 27 | <td class="jst-left"><?php echo esc_html($attendee['event_ticket_name']); ?></td> |
28 | 28 | <td class="jst-left"> |
29 | 29 | <?php |
30 | - $att_link = EE_Admin_Page::add_query_args_and_nonce( |
|
31 | - ['action' => 'view_registration', '_REG_ID' => $registration], |
|
32 | - REG_ADMIN_URL |
|
33 | - ); |
|
34 | - ?> |
|
30 | + $att_link = EE_Admin_Page::add_query_args_and_nonce( |
|
31 | + ['action' => 'view_registration', '_REG_ID' => $registration], |
|
32 | + REG_ADMIN_URL |
|
33 | + ); |
|
34 | + ?> |
|
35 | 35 | <a href="<?php echo esc_url_raw($att_link); ?>" |
36 | 36 | title="<?php esc_attr_e('View details for this registrant', 'event_espresso'); ?>" |
37 | 37 | > |
@@ -22,9 +22,9 @@ |
||
22 | 22 | |
23 | 23 | <h2> |
24 | 24 | <?php |
25 | - esc_attr_e('Event Espresso', 'event_espresso'); |
|
26 | - echo esc_html(" - $admin_page_title"); |
|
27 | - ?> |
|
25 | + esc_attr_e('Event Espresso', 'event_espresso'); |
|
26 | + echo esc_html(" - $admin_page_title"); |
|
27 | + ?> |
|
28 | 28 | </h2> |
29 | 29 | |
30 | 30 | <h2 class="nav-tab-wrapper"> |
@@ -3,13 +3,13 @@ |
||
3 | 3 | </p> |
4 | 4 | <p> |
5 | 5 | <?php esc_html_e( |
6 | - 'This page shows unfiltered reports for all transactions that have been created with Event Espresso.', |
|
7 | - 'event_espresso' |
|
8 | - ); ?> |
|
6 | + 'This page shows unfiltered reports for all transactions that have been created with Event Espresso.', |
|
7 | + 'event_espresso' |
|
8 | + ); ?> |
|
9 | 9 | </p> |
10 | 10 | <p> |
11 | 11 | <?php esc_html_e( |
12 | - 'The first graph shows total revenue per day. The second graph shows total revenue per event.', |
|
13 | - 'event_espresso' |
|
14 | - ); ?> |
|
12 | + 'The first graph shows total revenue per day. The second graph shows total revenue per event.', |
|
13 | + 'event_espresso' |
|
14 | + ); ?> |
|
15 | 15 | </p> |
16 | 16 | \ No newline at end of file |
@@ -3,9 +3,9 @@ discard block |
||
3 | 3 | </p> |
4 | 4 | <p> |
5 | 5 | <?php esc_html_e( |
6 | - 'Views allow you to restrict what you see in the Transactions Overview table. The following views are available: View All. The number in parentheses next to each view represents the number of transactions that will be displayed with that view.', |
|
7 | - 'event_espresso' |
|
8 | - ); ?> |
|
6 | + 'Views allow you to restrict what you see in the Transactions Overview table. The following views are available: View All. The number in parentheses next to each view represents the number of transactions that will be displayed with that view.', |
|
7 | + 'event_espresso' |
|
8 | + ); ?> |
|
9 | 9 | <br /> |
10 | 10 | </p> |
11 | 11 | <ul> |
@@ -13,31 +13,31 @@ discard block |
||
13 | 13 | <strong><?php esc_html_e('View All Transactions', 'event_espresso'); ?></strong> |
14 | 14 | <br /> |
15 | 15 | <?php printf( |
16 | - esc_html__( |
|
17 | - 'Shows transactions where the registrant has completed the full registration process. Transactions in this view will either have a status of: %1$s%2$s"Incomplete" meaning there are monies owing%3$s%2$s"Complete" meaning there are NO monies owing%3$s%2$s"Overpaid" meaning that monies should be refunded to the registrant.%3$s%4$s', |
|
18 | - 'event_espresso' |
|
19 | - ), |
|
20 | - '<ul>', |
|
21 | - '<li>', |
|
22 | - '</li>', |
|
23 | - '</ul>' |
|
24 | - ); ?> |
|
16 | + esc_html__( |
|
17 | + 'Shows transactions where the registrant has completed the full registration process. Transactions in this view will either have a status of: %1$s%2$s"Incomplete" meaning there are monies owing%3$s%2$s"Complete" meaning there are NO monies owing%3$s%2$s"Overpaid" meaning that monies should be refunded to the registrant.%3$s%4$s', |
|
18 | + 'event_espresso' |
|
19 | + ), |
|
20 | + '<ul>', |
|
21 | + '<li>', |
|
22 | + '</li>', |
|
23 | + '</ul>' |
|
24 | + ); ?> |
|
25 | 25 | </li> |
26 | 26 | <li> |
27 | 27 | <strong><?php esc_html_e('Abandoned Transactions', 'event_espresso'); ?></strong> |
28 | 28 | <br /> |
29 | 29 | <?php esc_html_e( |
30 | - 'Shows transactions that have been abandoned, either due to a technical reason (server or computer crash during registration), or due to an abandoned cart where the registrant chose not to complete the registration process. Please note that Abandoned Transactions were able to capture contact information for at least one registrant. This can be helpful for following up with the contact to determine if they still wish to attend the event or not.', |
|
31 | - 'event_espresso' |
|
32 | - ); ?> |
|
30 | + 'Shows transactions that have been abandoned, either due to a technical reason (server or computer crash during registration), or due to an abandoned cart where the registrant chose not to complete the registration process. Please note that Abandoned Transactions were able to capture contact information for at least one registrant. This can be helpful for following up with the contact to determine if they still wish to attend the event or not.', |
|
31 | + 'event_espresso' |
|
32 | + ); ?> |
|
33 | 33 | </li> |
34 | 34 | <li> |
35 | 35 | <strong><?php esc_html_e('Failed Transactions', 'event_espresso'); ?></strong> |
36 | 36 | <br /> |
37 | 37 | <?php esc_html_e( |
38 | - 'Shows transactions that have failed, either due to a technical reason (server or computer crash during registration), or some other reason that prevented the collection of any useful contact information from any of the registrants. This could mean the registrant abandoned the registration process before submitting any data whatsoever or may even indicate attempts by spam bots to submit the registration form.', |
|
39 | - 'event_espresso' |
|
40 | - ); ?> |
|
38 | + 'Shows transactions that have failed, either due to a technical reason (server or computer crash during registration), or some other reason that prevented the collection of any useful contact information from any of the registrants. This could mean the registrant abandoned the registration process before submitting any data whatsoever or may even indicate attempts by spam bots to submit the registration form.', |
|
39 | + 'event_espresso' |
|
40 | + ); ?> |
|
41 | 41 | </li> |
42 | 42 | </ul> |
43 | 43 | <p> |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | </p> |
59 | 59 | <p> |
60 | 60 | <?php esc_html_e( |
61 | - 'You can perform a search to find specific transactions. The following sources will be searched: Event Name (title), Event Description, First Name, Last Name, Bio, Email, Address, Comments, Notes, Registration Final Price, Registration Code, Registration Group Size, Ticket Name, Ticket Description, Payment Method, Payment Gateway, Transaction Details, and Transaction Session Data. To use the search feature, enter a value into the search box and click on the Search Transactions button.', |
|
62 | - 'event_espresso' |
|
63 | - ); ?> |
|
61 | + 'You can perform a search to find specific transactions. The following sources will be searched: Event Name (title), Event Description, First Name, Last Name, Bio, Email, Address, Comments, Notes, Registration Final Price, Registration Code, Registration Group Size, Ticket Name, Ticket Description, Payment Method, Payment Gateway, Transaction Details, and Transaction Session Data. To use the search feature, enter a value into the search box and click on the Search Transactions button.', |
|
62 | + 'event_espresso' |
|
63 | + ); ?> |
|
64 | 64 | </p> |
65 | 65 | \ No newline at end of file |
@@ -6,17 +6,17 @@ |
||
6 | 6 | <strong><?php esc_html_e('#', 'event_espresso'); ?></strong> |
7 | 7 | <br /> |
8 | 8 | <?php esc_html_e( |
9 | - 'Shows the registrant number in the group. For example, 1 of 1 means that there was a single registrant. 1 of 2 means that this registrant is the first to register of the the two registrants in the group.', |
|
10 | - 'event_espresso' |
|
11 | - ); ?> |
|
9 | + 'Shows the registrant number in the group. For example, 1 of 1 means that there was a single registrant. 1 of 2 means that this registrant is the first to register of the the two registrants in the group.', |
|
10 | + 'event_espresso' |
|
11 | + ); ?> |
|
12 | 12 | </li> |
13 | 13 | <li> |
14 | 14 | <strong><?php esc_html_e('Event Name and Ticket', 'event_espresso'); ?></strong> |
15 | 15 | <br /> |
16 | 16 | <?php esc_html_e( |
17 | - 'Shows the name (title) of the event and the name of the ticket associated with this event.', |
|
18 | - 'event_espresso' |
|
19 | - ); ?> |
|
17 | + 'Shows the name (title) of the event and the name of the ticket associated with this event.', |
|
18 | + 'event_espresso' |
|
19 | + ); ?> |
|
20 | 20 | </li> |
21 | 21 | <li> |
22 | 22 | <strong><?php esc_html_e('Registrant', 'event_espresso'); ?></strong> |
@@ -28,9 +28,9 @@ |
||
28 | 28 | </ul> |
29 | 29 | <p> |
30 | 30 | <?php esc_html_e( |
31 | - 'You can edit information about an Registrant by clicking on the View/Edit this Contact link.', |
|
32 | - 'event_espresso' |
|
33 | - ); ?> |
|
31 | + 'You can edit information about an Registrant by clicking on the View/Edit this Contact link.', |
|
32 | + 'event_espresso' |
|
33 | + ); ?> |
|
34 | 34 | <br /> |
35 | 35 | </p> |
36 | 36 | <p> |
@@ -3,9 +3,9 @@ discard block |
||
3 | 3 | </p> |
4 | 4 | <p> |
5 | 5 | <?php esc_html_e( |
6 | - 'This area of the table shows information about any events that were included in this transactions.', |
|
7 | - 'event_espresso' |
|
8 | - ); ?> |
|
6 | + 'This area of the table shows information about any events that were included in this transactions.', |
|
7 | + 'event_espresso' |
|
8 | + ); ?> |
|
9 | 9 | </p> |
10 | 10 | <ul> |
11 | 11 | <li> |
@@ -42,17 +42,17 @@ discard block |
||
42 | 42 | <strong><?php esc_html_e('Line Total', 'event_espresso'); ?></strong> |
43 | 43 | <br /> |
44 | 44 | <?php esc_html_e( |
45 | - 'Shows the total based on the quantity of tickets multiplied by the price of each ticket.', |
|
46 | - 'event_espresso' |
|
47 | - ); ?> |
|
45 | + 'Shows the total based on the quantity of tickets multiplied by the price of each ticket.', |
|
46 | + 'event_espresso' |
|
47 | + ); ?> |
|
48 | 48 | </li> |
49 | 49 | <li> |
50 | 50 | <strong><?php esc_html_e('Taxes', 'event_espresso'); ?></strong> |
51 | 51 | <br /> |
52 | 52 | <?php esc_html_e( |
53 | - 'Shows any taxes that have been applied. May be listed as a sales tax or a federal tax.', |
|
54 | - 'event_espresso' |
|
55 | - ); ?> |
|
53 | + 'Shows any taxes that have been applied. May be listed as a sales tax or a federal tax.', |
|
54 | + 'event_espresso' |
|
55 | + ); ?> |
|
56 | 56 | </li> |
57 | 57 | <li> |
58 | 58 | <strong><?php esc_html_e('Transaction Total', 'event_espresso'); ?></strong> |
@@ -1,60 +1,60 @@ |
||
1 | 1 | <div class="padding"> |
2 | 2 | <?php |
3 | - global $wpdb, $wp_version; |
|
4 | - $wp_req_version = '3.1'; |
|
5 | - $php_req_version = '5.2'; |
|
6 | - $mysql_req_version = '5.0'; |
|
7 | - $php_is_valid = version_compare(phpversion(), $php_req_version, '>'); |
|
8 | - $mysql_is_valid = version_compare($wpdb->db_version(), $mysql_req_version, '>'); |
|
9 | - $wp_is_valid = version_compare($wp_version, $wp_req_version, '>='); |
|
3 | + global $wpdb, $wp_version; |
|
4 | + $wp_req_version = '3.1'; |
|
5 | + $php_req_version = '5.2'; |
|
6 | + $mysql_req_version = '5.0'; |
|
7 | + $php_is_valid = version_compare(phpversion(), $php_req_version, '>'); |
|
8 | + $mysql_is_valid = version_compare($wpdb->db_version(), $mysql_req_version, '>'); |
|
9 | + $wp_is_valid = version_compare($wp_version, $wp_req_version, '>='); |
|
10 | 10 | |
11 | - if (! $wp_is_valid) { |
|
12 | - echo esc_html( |
|
13 | - '<p class="red_alert">' |
|
14 | - . __( |
|
15 | - 'This version of Event Espresso requires WordPress version', |
|
16 | - 'event_espresso' |
|
17 | - ) |
|
18 | - . " $wp_req_version+. " |
|
19 | - . __( |
|
20 | - 'Please upgrade to the latest version of WordPress.', |
|
21 | - 'event_espresso' |
|
22 | - ) |
|
23 | - . '</p>' |
|
24 | - ); |
|
25 | - } |
|
26 | - if (! $php_is_valid) { |
|
27 | - echo esc_html( |
|
28 | - '<p class="red_alert">' |
|
29 | - . __( |
|
30 | - 'Your version of PHP is out of date, please update to the latest version of PHP. <br>Required version of PHP:', |
|
31 | - 'event_espresso' |
|
32 | - ) |
|
33 | - . " $php_req_version" |
|
34 | - . '</p>' |
|
35 | - ); |
|
36 | - } |
|
37 | - if (! $mysql_is_valid) { |
|
38 | - echo esc_html( |
|
39 | - '<p class="red_alert">' |
|
40 | - . __( |
|
41 | - 'Your version of MySQL is out of date, please update to the latest version of MySQL. <br>Required version of MySQL:', |
|
42 | - 'event_espresso' |
|
43 | - ) |
|
44 | - . " $mysql_req_version" |
|
45 | - . '</p>' |
|
46 | - ); |
|
47 | - } |
|
11 | + if (! $wp_is_valid) { |
|
12 | + echo esc_html( |
|
13 | + '<p class="red_alert">' |
|
14 | + . __( |
|
15 | + 'This version of Event Espresso requires WordPress version', |
|
16 | + 'event_espresso' |
|
17 | + ) |
|
18 | + . " $wp_req_version+. " |
|
19 | + . __( |
|
20 | + 'Please upgrade to the latest version of WordPress.', |
|
21 | + 'event_espresso' |
|
22 | + ) |
|
23 | + . '</p>' |
|
24 | + ); |
|
25 | + } |
|
26 | + if (! $php_is_valid) { |
|
27 | + echo esc_html( |
|
28 | + '<p class="red_alert">' |
|
29 | + . __( |
|
30 | + 'Your version of PHP is out of date, please update to the latest version of PHP. <br>Required version of PHP:', |
|
31 | + 'event_espresso' |
|
32 | + ) |
|
33 | + . " $php_req_version" |
|
34 | + . '</p>' |
|
35 | + ); |
|
36 | + } |
|
37 | + if (! $mysql_is_valid) { |
|
38 | + echo esc_html( |
|
39 | + '<p class="red_alert">' |
|
40 | + . __( |
|
41 | + 'Your version of MySQL is out of date, please update to the latest version of MySQL. <br>Required version of MySQL:', |
|
42 | + 'event_espresso' |
|
43 | + ) |
|
44 | + . " $mysql_req_version" |
|
45 | + . '</p>' |
|
46 | + ); |
|
47 | + } |
|
48 | 48 | |
49 | - $system_status_link = EE_Admin_Page::add_query_args_and_nonce( |
|
50 | - [ |
|
51 | - 'page' => 'espresso_maintenance_settings', |
|
52 | - 'action' => 'system_status', |
|
53 | - ], |
|
54 | - admin_url('admin.php') |
|
55 | - ); |
|
49 | + $system_status_link = EE_Admin_Page::add_query_args_and_nonce( |
|
50 | + [ |
|
51 | + 'page' => 'espresso_maintenance_settings', |
|
52 | + 'action' => 'system_status', |
|
53 | + ], |
|
54 | + admin_url('admin.php') |
|
55 | + ); |
|
56 | 56 | |
57 | - ?> |
|
57 | + ?> |
|
58 | 58 | <a href="<?php echo esc_url_raw($system_status_link); ?>" class="button-secondary right"> |
59 | 59 | <?php esc_html_e('System Information', 'event_espresso'); ?> |
60 | 60 | </a> |
@@ -6,9 +6,9 @@ discard block |
||
6 | 6 | $mysql_req_version = '5.0'; |
7 | 7 | $php_is_valid = version_compare(phpversion(), $php_req_version, '>'); |
8 | 8 | $mysql_is_valid = version_compare($wpdb->db_version(), $mysql_req_version, '>'); |
9 | - $wp_is_valid = version_compare($wp_version, $wp_req_version, '>='); |
|
9 | + $wp_is_valid = version_compare($wp_version, $wp_req_version, '>='); |
|
10 | 10 | |
11 | - if (! $wp_is_valid) { |
|
11 | + if ( ! $wp_is_valid) { |
|
12 | 12 | echo esc_html( |
13 | 13 | '<p class="red_alert">' |
14 | 14 | . __( |
@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | . '</p>' |
24 | 24 | ); |
25 | 25 | } |
26 | - if (! $php_is_valid) { |
|
26 | + if ( ! $php_is_valid) { |
|
27 | 27 | echo esc_html( |
28 | 28 | '<p class="red_alert">' |
29 | 29 | . __( |
@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | . '</p>' |
35 | 35 | ); |
36 | 36 | } |
37 | - if (! $mysql_is_valid) { |
|
37 | + if ( ! $mysql_is_valid) { |
|
38 | 38 | echo esc_html( |
39 | 39 | '<p class="red_alert">' |
40 | 40 | . __( |
@@ -1,19 +1,19 @@ discard block |
||
1 | 1 | <div class="padding"> |
2 | 2 | <p> |
3 | 3 | <?php |
4 | - esc_html_e( |
|
5 | - 'Displays a list of events based on a set of criteria on a WordPress page or post. Unless otherwise specified, events are sorted by start date.', |
|
6 | - 'event_espresso' |
|
7 | - ); |
|
8 | - printf( |
|
9 | - esc_html__( |
|
10 | - 'For a full list of available shortcodes, please view the %sshortcode documentation%s on our website.', |
|
11 | - 'event_espresso' |
|
12 | - ), |
|
13 | - '<a href="https://eventespresso.com/wiki/ee4-shortcodes-template-variables/">', |
|
14 | - '</a>' |
|
15 | - ); |
|
16 | - ?> |
|
4 | + esc_html_e( |
|
5 | + 'Displays a list of events based on a set of criteria on a WordPress page or post. Unless otherwise specified, events are sorted by start date.', |
|
6 | + 'event_espresso' |
|
7 | + ); |
|
8 | + printf( |
|
9 | + esc_html__( |
|
10 | + 'For a full list of available shortcodes, please view the %sshortcode documentation%s on our website.', |
|
11 | + 'event_espresso' |
|
12 | + ), |
|
13 | + '<a href="https://eventespresso.com/wiki/ee4-shortcodes-template-variables/">', |
|
14 | + '</a>' |
|
15 | + ); |
|
16 | + ?> |
|
17 | 17 | </p> |
18 | 18 | <ul> |
19 | 19 | <li> |
@@ -36,11 +36,11 @@ discard block |
||
36 | 36 | <li> |
37 | 37 | <strong> |
38 | 38 | <?php |
39 | - esc_html_e( |
|
40 | - 'Limit (paginate) the number of events that are shown in the event list on a page or post', |
|
41 | - 'event_espresso' |
|
42 | - ); |
|
43 | - ?> |
|
39 | + esc_html_e( |
|
40 | + 'Limit (paginate) the number of events that are shown in the event list on a page or post', |
|
41 | + 'event_espresso' |
|
42 | + ); |
|
43 | + ?> |
|
44 | 44 | </strong> |
45 | 45 | <br /> |
46 | 46 | [ESPRESSO_EVENTS limit=5] |
@@ -83,11 +83,11 @@ discard block |
||
83 | 83 | <li> |
84 | 84 | <strong> |
85 | 85 | <?php |
86 | - esc_html_e( |
|
87 | - 'Order the event list by a specific set of parameters (refer to available options below)', |
|
88 | - 'event_espresso' |
|
89 | - ); |
|
90 | - ?> |
|
86 | + esc_html_e( |
|
87 | + 'Order the event list by a specific set of parameters (refer to available options below)', |
|
88 | + 'event_espresso' |
|
89 | + ); |
|
90 | + ?> |
|
91 | 91 | </strong> |
92 | 92 | <br /> |
93 | 93 | [ESPRESSO_EVENTS order_by=start_date,id] |
@@ -95,14 +95,14 @@ discard block |
||
95 | 95 | </ul> |
96 | 96 | <p> |
97 | 97 | <?php |
98 | - echo sprintf( |
|
99 | - esc_html__( |
|
100 | - 'These parameters (options) are available for the %s shortcode parameter above. Multiple parameters should be separated by a comma.', |
|
101 | - 'event_espresso' |
|
102 | - ), |
|
103 | - 'order_by' |
|
104 | - ); |
|
105 | - ?> |
|
98 | + echo sprintf( |
|
99 | + esc_html__( |
|
100 | + 'These parameters (options) are available for the %s shortcode parameter above. Multiple parameters should be separated by a comma.', |
|
101 | + 'event_espresso' |
|
102 | + ), |
|
103 | + 'order_by' |
|
104 | + ); |
|
105 | + ?> |
|
106 | 106 | </p> |
107 | 107 | <p> |
108 | 108 | id<br /> |