@@ -18,16 +18,16 @@ |
||
18 | 18 | <td> |
19 | 19 | <p> |
20 | 20 | <?php echo EEH_Form_Fields::select_input( |
21 | - 'default_reg_status', |
|
22 | - $reg_status_array, |
|
23 | - $default_reg_status |
|
24 | - ); // already escaped ?> |
|
21 | + 'default_reg_status', |
|
22 | + $reg_status_array, |
|
23 | + $default_reg_status |
|
24 | + ); // already escaped ?> |
|
25 | 25 | </p> |
26 | 26 | <p class="description"> |
27 | 27 | <?php esc_html_e( |
28 | - '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.', |
|
29 | - 'event_espresso' |
|
30 | - ); ?> |
|
28 | + '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.', |
|
29 | + 'event_espresso' |
|
30 | + ); ?> |
|
31 | 31 | </p> |
32 | 32 | </td> |
33 | 33 | </tr> |
@@ -7,12 +7,12 @@ discard block |
||
7 | 7 | </strong> |
8 | 8 | <br /> |
9 | 9 | <?php sprintf( |
10 | - esc_html__( |
|
11 | - '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.', |
|
12 | - 'event_espresso' |
|
13 | - ), |
|
14 | - EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'sentence') |
|
15 | - ); |
|
10 | + esc_html__( |
|
11 | + '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.', |
|
12 | + 'event_espresso' |
|
13 | + ), |
|
14 | + EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'sentence') |
|
15 | + ); |
|
16 | 16 | ?> |
17 | 17 | </p> |
18 | 18 | <p> |
@@ -21,14 +21,14 @@ discard block |
||
21 | 21 | </strong> |
22 | 22 | <br /> |
23 | 23 | <?php printf( |
24 | - esc_html__( |
|
25 | - '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.', |
|
26 | - 'event_espresso' |
|
27 | - ), |
|
28 | - EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'sentence'), |
|
29 | - EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'sentence'), |
|
30 | - EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'sentence') |
|
31 | - ); |
|
24 | + esc_html__( |
|
25 | + '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.', |
|
26 | + 'event_espresso' |
|
27 | + ), |
|
28 | + EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'sentence'), |
|
29 | + EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'sentence'), |
|
30 | + EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'sentence') |
|
31 | + ); |
|
32 | 32 | ?> |
33 | 33 | </p> |
34 | 34 | <p> |
@@ -37,12 +37,12 @@ discard block |
||
37 | 37 | </strong> |
38 | 38 | <br /> |
39 | 39 | <?php printf( |
40 | - esc_html__( |
|
41 | - '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.', |
|
42 | - 'event_espresso' |
|
43 | - ), |
|
44 | - EEH_Template::pretty_status(EEM_Registration::status_id_not_approved, false, 'sentence'), |
|
45 | - EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'upper'), |
|
46 | - EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'upper') |
|
47 | - ); ?> |
|
40 | + esc_html__( |
|
41 | + '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.', |
|
42 | + 'event_espresso' |
|
43 | + ), |
|
44 | + EEH_Template::pretty_status(EEM_Registration::status_id_not_approved, false, 'sentence'), |
|
45 | + EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'upper'), |
|
46 | + EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'upper') |
|
47 | + ); ?> |
|
48 | 48 | </p> |
49 | 49 | \ No newline at end of file |
@@ -1,52 +1,52 @@ discard block |
||
1 | 1 | <h5><?php esc_html_e('Available Tickets', 'event_espresso'); ?></h5> |
2 | 2 | <p> |
3 | 3 | <?php esc_html_e( |
4 | - 'Available tickets shows all combinations of tickets that are available. Note that each ticket has a name, date that the ticket becomes available for purchase, date that ticket sales close on, price for each ticket, quantity available, number sold, and number of registrations.', |
|
5 | - 'event_espresso' |
|
6 | - ); ?> |
|
4 | + 'Available tickets shows all combinations of tickets that are available. Note that each ticket has a name, date that the ticket becomes available for purchase, date that ticket sales close on, price for each ticket, quantity available, number sold, and number of registrations.', |
|
5 | + 'event_espresso' |
|
6 | + ); ?> |
|
7 | 7 | </p> |
8 | 8 | <p> |
9 | 9 | <?php esc_html_e( |
10 | - 'HTML tags cannot be used on the ticket title (name) but they can be used in the ticket description. The quantity in the "Sold" column for Available Tickets shows how many of this type of ticket has been sold. The quantity in the "Regs" column for Available Tickets shows the amount of registrations that have occurred from these tickets.', |
|
11 | - 'event_espresso' |
|
12 | - ); ?> |
|
10 | + 'HTML tags cannot be used on the ticket title (name) but they can be used in the ticket description. The quantity in the "Sold" column for Available Tickets shows how many of this type of ticket has been sold. The quantity in the "Regs" column for Available Tickets shows the amount of registrations that have occurred from these tickets.', |
|
11 | + 'event_espresso' |
|
12 | + ); ?> |
|
13 | 13 | </p> |
14 | 14 | <h5><?php esc_html_e('Event Datetimes Limit Field', 'event_espresso'); ?></h5> |
15 | 15 | <p> |
16 | 16 | <?php esc_html_e( |
17 | - 'The event datetimes limit field allows you to set a maximum number of tickets that you want to make available for an event datetime. For example, lets say that we had 70 free tickets available and 30 premium tickets available. If we set a limit of 50 using the event datetimes limit field, then the ticket sales will close once any combination of 50 tickets are sold.', |
|
18 | - 'event_espresso' |
|
19 | - ); ?> |
|
17 | + 'The event datetimes limit field allows you to set a maximum number of tickets that you want to make available for an event datetime. For example, lets say that we had 70 free tickets available and 30 premium tickets available. If we set a limit of 50 using the event datetimes limit field, then the ticket sales will close once any combination of 50 tickets are sold.', |
|
18 | + 'event_espresso' |
|
19 | + ); ?> |
|
20 | 20 | </p> |
21 | 21 | <h5><?php esc_html_e('Advanced Settings', 'event_espresso'); ?></h5> |
22 | 22 | <p> |
23 | 23 | <?php printf( |
24 | - esc_html__( |
|
25 | - 'The Advanced Settings icon %1$s allows more customization to your tickets. You can add a description, set a number for datetimes, set a minimum quantity required to purchase, and set a maximum quantity. Price modifiers allow you to setup discounts or surcharges for your tickets. Additionally, you can mark a ticket as taxable by placing a checkmark in the taxable checkbox.', |
|
26 | - 'event_espresso' |
|
27 | - ), |
|
28 | - '<span class="gear-icon dashicons dashicons-admin-generic" style="margin: 0;"></span>' |
|
29 | - ); ?> |
|
24 | + esc_html__( |
|
25 | + 'The Advanced Settings icon %1$s allows more customization to your tickets. You can add a description, set a number for datetimes, set a minimum quantity required to purchase, and set a maximum quantity. Price modifiers allow you to setup discounts or surcharges for your tickets. Additionally, you can mark a ticket as taxable by placing a checkmark in the taxable checkbox.', |
|
26 | + 'event_espresso' |
|
27 | + ), |
|
28 | + '<span class="gear-icon dashicons dashicons-admin-generic" style="margin: 0;"></span>' |
|
29 | + ); ?> |
|
30 | 30 | </p> |
31 | 31 | <h5><?php esc_html_e('Datetimes', 'event_espresso'); ?></h5> |
32 | 32 | <p> |
33 | 33 | <?php esc_html_e( |
34 | - 'The datetimes field allows you to specify the number of datetimes that a ticket has access too. For example, an event may take place across 5 sessions but a ticket which has a datetimes limit of 3 will only allow a registrant to attend only 3 out of the 5 sessions.', |
|
35 | - 'event_espresso' |
|
36 | - ); ?> |
|
34 | + 'The datetimes field allows you to specify the number of datetimes that a ticket has access too. For example, an event may take place across 5 sessions but a ticket which has a datetimes limit of 3 will only allow a registrant to attend only 3 out of the 5 sessions.', |
|
35 | + 'event_espresso' |
|
36 | + ); ?> |
|
37 | 37 | </p> |
38 | 38 | <p> |
39 | 39 | <?php esc_html_e( |
40 | - 'You can create a new ticket by clicking on the Create Ticket button. Then you will need to set a description, complete the ticket details, and adjust the price modifiers.', |
|
41 | - 'event_espresso' |
|
42 | - ); ?> |
|
40 | + 'You can create a new ticket by clicking on the Create Ticket button. Then you will need to set a description, complete the ticket details, and adjust the price modifiers.', |
|
41 | + 'event_espresso' |
|
42 | + ); ?> |
|
43 | 43 | </p> |
44 | 44 | <h5><?php esc_html_e('Ticket Status Labels', 'event_espresso'); ?></h5> |
45 | 45 | <p> |
46 | 46 | <?php esc_html_e( |
47 | - 'The following statuses are available for tickets: Archived, Expired, Sold Out, Upcoming, and On Sale.', |
|
48 | - 'event_espresso' |
|
49 | - ); ?> |
|
47 | + 'The following statuses are available for tickets: Archived, Expired, Sold Out, Upcoming, and On Sale.', |
|
48 | + 'event_espresso' |
|
49 | + ); ?> |
|
50 | 50 | </p> |
51 | 51 | <ul> |
52 | 52 | <li style="list-style-type: none;"> |
@@ -54,18 +54,18 @@ discard block |
||
54 | 54 | <strong><?php esc_html_e('Archived', 'event_espresso'); ?></strong> |
55 | 55 | <br /> |
56 | 56 | <?php esc_html_e( |
57 | - 'A status of archived occurs when the first ticket is sold. After the first ticket sale, Event Espresso archives the existing ticket to prevent changes which could affect existing registrants. A new ticket is automatically created for new registrants so that an event admin can change pricing (if needed).', |
|
58 | - 'event_espresso' |
|
59 | - ); ?> |
|
57 | + 'A status of archived occurs when the first ticket is sold. After the first ticket sale, Event Espresso archives the existing ticket to prevent changes which could affect existing registrants. A new ticket is automatically created for new registrants so that an event admin can change pricing (if needed).', |
|
58 | + 'event_espresso' |
|
59 | + ); ?> |
|
60 | 60 | </p> |
61 | 61 | </li> |
62 | 62 | <li style="list-style-type: none;"> |
63 | 63 | <p> |
64 | 64 | <strong><?php esc_html_e('Expired', 'event_espresso'); ?></strong><br /> |
65 | 65 | <?php esc_html_e( |
66 | - 'A status of expired occurs once an event has already taken place.', |
|
67 | - 'event_espresso' |
|
68 | - ); ?> |
|
66 | + 'A status of expired occurs once an event has already taken place.', |
|
67 | + 'event_espresso' |
|
68 | + ); ?> |
|
69 | 69 | </p> |
70 | 70 | </li> |
71 | 71 | <li style="list-style-type: none;"> |
@@ -73,9 +73,9 @@ discard block |
||
73 | 73 | <strong><?php esc_html_e('Sold Out', 'event_espresso'); ?></strong> |
74 | 74 | <br /> |
75 | 75 | <?php esc_html_e( |
76 | - 'A status of sold out occurs when the maximum quantity of a certain ticket is purchased. For example, if 50 Premium tickets were available and 50 Premium tickets were immediately purchased, then this ticket would have a status of sold out since no more tickets would be available for purchase.', |
|
77 | - 'event_espresso' |
|
78 | - ); ?> |
|
76 | + 'A status of sold out occurs when the maximum quantity of a certain ticket is purchased. For example, if 50 Premium tickets were available and 50 Premium tickets were immediately purchased, then this ticket would have a status of sold out since no more tickets would be available for purchase.', |
|
77 | + 'event_espresso' |
|
78 | + ); ?> |
|
79 | 79 | </p> |
80 | 80 | </li> |
81 | 81 | <li style="list-style-type: none;"> |
@@ -83,9 +83,9 @@ discard block |
||
83 | 83 | <strong><?php esc_html_e('Upcoming', 'event_espresso'); ?></strong> |
84 | 84 | <br /> |
85 | 85 | <?php esc_html_e( |
86 | - 'A status of upcoming occurs when a ticket is scheduled to go on sale in the future.', |
|
87 | - 'event_espresso' |
|
88 | - ); ?> |
|
86 | + 'A status of upcoming occurs when a ticket is scheduled to go on sale in the future.', |
|
87 | + 'event_espresso' |
|
88 | + ); ?> |
|
89 | 89 | </p> |
90 | 90 | </li> |
91 | 91 | <li style="list-style-type: none;"> |
@@ -93,9 +93,9 @@ discard block |
||
93 | 93 | <strong><?php esc_html_e('On Sale', 'event_espresso'); ?></strong> |
94 | 94 | <br /> |
95 | 95 | <?php esc_html_e( |
96 | - 'A status of on sale means that a ticket is currently available for purchase.', |
|
97 | - 'event_espresso' |
|
98 | - ); ?> |
|
96 | + 'A status of on sale means that a ticket is currently available for purchase.', |
|
97 | + 'event_espresso' |
|
98 | + ); ?> |
|
99 | 99 | </p> |
100 | 100 | </li> |
101 | 101 | </ul> |
102 | 102 | \ No newline at end of file |
@@ -6,9 +6,9 @@ |
||
6 | 6 | <li> |
7 | 7 | <strong><?php esc_html_e('Filter by Status', 'event_espresso'); ?></strong><br /> |
8 | 8 | <?php esc_html_e( |
9 | - 'The following statuses are available: Active, Upcoming, Expired, and Inactive. An Active event is one that is currently ongoing. An Upcoming event is one that has been created but is scheduled to take place in the future. An Expired event is one that has already taken place. An Inactive event is one that has been cancelled.', |
|
10 | - 'event_espresso' |
|
11 | - ); ?> |
|
9 | + 'The following statuses are available: Active, Upcoming, Expired, and Inactive. An Active event is one that is currently ongoing. An Upcoming event is one that has been created but is scheduled to take place in the future. An Expired event is one that has already taken place. An Inactive event is one that has been cancelled.', |
|
10 | + 'event_espresso' |
|
11 | + ); ?> |
|
12 | 12 | </li> |
13 | 13 | <li> |
14 | 14 | <strong><?php esc_html_e('Filter by Month / Year', 'event_espresso'); ?></strong><br /> |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <p><strong><?php esc_html_e('Event Tags', 'event_espresso'); ?></strong></p> |
2 | 2 | <p> |
3 | 3 | <?php esc_html_e( |
4 | - 'You can setup tags for your event. This is optional. To add a tag, enter it into the tag field and click on the Add button.', |
|
5 | - 'event_espresso' |
|
6 | - ); ?> |
|
4 | + 'You can setup tags for your event. This is optional. To add a tag, enter it into the tag field and click on the Add button.', |
|
5 | + 'event_espresso' |
|
6 | + ); ?> |
|
7 | 7 | </p> |
8 | 8 | <p><strong><?php esc_html_e('Event Categories', 'event_espresso'); ?></strong></p> |
9 | 9 | <p> |
10 | 10 | <?php esc_html_e( |
11 | - 'You can setup event categories for your event. This is also optional. To add a event category, select one from the tabs or click on the Add New Category link and enter a name for your event category and click on the Add New Category button.', |
|
12 | - 'event_espresso' |
|
13 | - ); ?> |
|
11 | + 'You can setup event categories for your event. This is also optional. To add a event category, select one from the tabs or click on the Add New Category link and enter a name for your event category and click on the Add New Category button.', |
|
12 | + 'event_espresso' |
|
13 | + ); ?> |
|
14 | 14 | </p> |
15 | 15 | \ No newline at end of file |
@@ -3,31 +3,31 @@ discard block |
||
3 | 3 | <li> |
4 | 4 | <strong><?php esc_html_e('ID', 'event_espresso'); ?></strong><br /> |
5 | 5 | <?php esc_html_e( |
6 | - 'The is the numerical ID of an event. This value is used internally for Event Espresso and is used to populate certain shortcodes.', |
|
7 | - 'event_espresso' |
|
8 | - ); ?> |
|
6 | + 'The is the numerical ID of an event. This value is used internally for Event Espresso and is used to populate certain shortcodes.', |
|
7 | + 'event_espresso' |
|
8 | + ); ?> |
|
9 | 9 | </li> |
10 | 10 | <li> |
11 | 11 | <strong><?php esc_html_e('Name', 'event_espresso'); ?></strong><br /> |
12 | 12 | <?php esc_html_e('This is the name of an event. ', 'event_espresso'); ?> |
13 | 13 | <?php esc_html_e( |
14 | - 'Hovering over the name of the event will provide you will several options: View, Edit, Registrations, Export, and Trash. Clicking on View will take you to the event on the front-end of your site. Clicking on Edit will open the event for editing in the Event Editor. Clicking on Registrations will take you to a page that shows a list of attendees for that event. Clicking on Export will download a CSV for that event. Clicking on Trash will move that event to the trash.', |
|
15 | - 'event_espresso' |
|
16 | - ); ?> |
|
14 | + 'Hovering over the name of the event will provide you will several options: View, Edit, Registrations, Export, and Trash. Clicking on View will take you to the event on the front-end of your site. Clicking on Edit will open the event for editing in the Event Editor. Clicking on Registrations will take you to a page that shows a list of attendees for that event. Clicking on Export will download a CSV for that event. Clicking on Trash will move that event to the trash.', |
|
15 | + 'event_espresso' |
|
16 | + ); ?> |
|
17 | 17 | <br> |
18 | 18 | <strong> |
19 | 19 | <?php esc_html_e( |
20 | - 'Note: An event can only be deleted after associated payments have been removed and registrations have been removed.', |
|
21 | - 'event_espresso' |
|
22 | - ); ?> |
|
20 | + 'Note: An event can only be deleted after associated payments have been removed and registrations have been removed.', |
|
21 | + 'event_espresso' |
|
22 | + ); ?> |
|
23 | 23 | </strong> |
24 | 24 | </li> |
25 | 25 | <li> |
26 | 26 | <strong><?php esc_html_e('Venue', 'event_espresso'); ?></strong><br /> |
27 | 27 | <?php esc_html_e( |
28 | - 'The location or place that is hosting the event. Note: An event is not required to have a venue associated with it.', |
|
29 | - 'event_espresso' |
|
30 | - ); ?> |
|
28 | + 'The location or place that is hosting the event. Note: An event is not required to have a venue associated with it.', |
|
29 | + 'event_espresso' |
|
30 | + ); ?> |
|
31 | 31 | </li> |
32 | 32 | <li> |
33 | 33 | <strong><?php esc_html_e('Event Start', 'event_espresso'); ?></strong><br /> |
@@ -40,22 +40,22 @@ discard block |
||
40 | 40 | <li> |
41 | 41 | <strong><?php esc_html_e('Registrations', 'event_espresso'); ?></strong><br /> |
42 | 42 | <?php esc_html_e( |
43 | - 'This is the number of registrations that have been approved. Clicking on this number will take you to a page that shows you a list of registrants for that event.', |
|
44 | - 'event_espresso' |
|
45 | - ); ?> |
|
43 | + 'This is the number of registrations that have been approved. Clicking on this number will take you to a page that shows you a list of registrants for that event.', |
|
44 | + 'event_espresso' |
|
45 | + ); ?> |
|
46 | 46 | </li> |
47 | 47 | <li> |
48 | 48 | <strong><?php esc_html_e('Actions', 'event_espresso'); ?></strong><br /> |
49 | 49 | <?php esc_html_e( |
50 | - 'The following actions are available for the action buttons: View event, Edit Event Details, View Registrations for Event, View Event Reports.', |
|
51 | - 'event_espresso' |
|
52 | - ); ?> |
|
50 | + 'The following actions are available for the action buttons: View event, Edit Event Details, View Registrations for Event, View Event Reports.', |
|
51 | + 'event_espresso' |
|
52 | + ); ?> |
|
53 | 53 | </li> |
54 | 54 | </ul> |
55 | 55 | <p> |
56 | 56 | <strong><?php esc_html_e('Event Name (Status)', 'event_espresso'); ?></strong><br /> |
57 | 57 | <?php esc_html_e( |
58 | - 'The name of an event may also have a status that appears directly to the left of the name. Some examples may be "event name (draft)" or "event name (sold_out). This status next to the event name is shown when the post status for an event is set to something different than published. This status is different than the status that is shown in the status column. When tickets for an event are sold out, the post status will automatically change to sold out. However, it\'s still possible for an event admin to manually change this status from sold out back to published.', |
|
59 | - 'event_espresso' |
|
60 | - ); ?> |
|
58 | + 'The name of an event may also have a status that appears directly to the left of the name. Some examples may be "event name (draft)" or "event name (sold_out). This status next to the event name is shown when the post status for an event is set to something different than published. This status is different than the status that is shown in the status column. When tickets for an event are sold out, the post status will automatically change to sold out. However, it\'s still possible for an event admin to manually change this status from sold out back to published.', |
|
59 | + 'event_espresso' |
|
60 | + ); ?> |
|
61 | 61 | </p> |
62 | 62 | \ No newline at end of file |
@@ -13,20 +13,20 @@ |
||
13 | 13 | <h5><?php esc_html_e('Create a New Event Datetime', 'event_espresso'); ?></h5> |
14 | 14 | <p> |
15 | 15 | <?php printf( |
16 | - esc_html__( |
|
17 | - 'You can create a new event datetime by clicking on the add datetime button. Then set a start date for your event, an end date for your event, and a event datetimes limit (optional). You can also save time by clicking on the Duplicate this item icon %1$s to create a copy of an existing datetime.', |
|
18 | - 'event_espresso' |
|
19 | - ), |
|
20 | - '<span class="clone-icon ee-icon ee-icon-clone" style="margin: 0;"></span>' |
|
16 | + esc_html__( |
|
17 | + 'You can create a new event datetime by clicking on the add datetime button. Then set a start date for your event, an end date for your event, and a event datetimes limit (optional). You can also save time by clicking on the Duplicate this item icon %1$s to create a copy of an existing datetime.', |
|
18 | + 'event_espresso' |
|
19 | + ), |
|
20 | + '<span class="clone-icon ee-icon ee-icon-clone" style="margin: 0;"></span>' |
|
21 | 21 | ); ?> |
22 | 22 | </p> |
23 | 23 | <p> |
24 | 24 | <?php printf( |
25 | - esc_html__( |
|
26 | - 'You can view and create Assigned Tickets by clicking on the Assign Ticket icon %1$s. This will open a panel that shows existing tickets that have been assigned. New tickets can also be added from this panel.', |
|
27 | - 'event_espresso' |
|
28 | - ), |
|
29 | - '<span class="ticket-icon ee-icon ee-icon-tickets" style="margin: 0;"></span>' |
|
25 | + esc_html__( |
|
26 | + 'You can view and create Assigned Tickets by clicking on the Assign Ticket icon %1$s. This will open a panel that shows existing tickets that have been assigned. New tickets can also be added from this panel.', |
|
27 | + 'event_espresso' |
|
28 | + ), |
|
29 | + '<span class="ticket-icon ee-icon ee-icon-tickets" style="margin: 0;"></span>' |
|
30 | 30 | );?> |
31 | 31 | </p> |
32 | 32 | <h5><?php esc_html_e('Using Datetimes Limit Field & Ticket Quantities', 'event_espresso'); ?></h5> |
@@ -27,7 +27,7 @@ |
||
27 | 27 | 'event_espresso' |
28 | 28 | ), |
29 | 29 | '<span class="ticket-icon ee-icon ee-icon-tickets" style="margin: 0;"></span>' |
30 | -);?> |
|
30 | +); ?> |
|
31 | 31 | </p> |
32 | 32 | <h5><?php esc_html_e('Using Datetimes Limit Field & Ticket Quantities', 'event_espresso'); ?></h5> |
33 | 33 | <p> |
@@ -5,7 +5,7 @@ |
||
5 | 5 | <p><strong><?php esc_html_e('Event Description', 'event_espresso'); ?></strong></p> |
6 | 6 | <p> |
7 | 7 | <?php esc_html_e( |
8 | - 'The rich text editor can be used to create a description for your event. Similar to WordPress pages and posts, you can upload images and customize your text by using the options on the toolbar.', |
|
9 | - 'event_espresso' |
|
10 | - ); ?> |
|
8 | + 'The rich text editor can be used to create a description for your event. Similar to WordPress pages and posts, you can upload images and customize your text by using the options on the toolbar.', |
|
9 | + 'event_espresso' |
|
10 | + ); ?> |
|
11 | 11 | </p> |
12 | 12 | \ No newline at end of file |
@@ -1,15 +1,15 @@ |
||
1 | 1 | <p><strong><?php esc_html_e('Event Categories Bulk Actions', 'event_espresso'); ?></strong></p> |
2 | 2 | <p> |
3 | 3 | <?php esc_html_e( |
4 | - 'Bulk actions allow you to perform an action to multiple event categories at once. The following bulk actions are supported: Delete Permanently and Export Categories. To use the bulk action feature, place a checkmark next to the event categories that you want to include. Then select a bulk action from the menu and click on the Apply button.', |
|
5 | - 'event_espresso' |
|
6 | - ); ?> |
|
4 | + 'Bulk actions allow you to perform an action to multiple event categories at once. The following bulk actions are supported: Delete Permanently and Export Categories. To use the bulk action feature, place a checkmark next to the event categories that you want to include. Then select a bulk action from the menu and click on the Apply button.', |
|
5 | + 'event_espresso' |
|
6 | + ); ?> |
|
7 | 7 | <br /> |
8 | 8 | </p> |
9 | 9 | <p><strong><?php esc_html_e('Event Categories Search', 'event_espresso'); ?></strong></p> |
10 | 10 | <p> |
11 | 11 | <?php esc_html_e( |
12 | - 'You can perform a search to find certain event categories. The following sources will be searched: Category Name and Category Description. To use the search feature, enter a value into the search box and click on the Search Categories button.', |
|
13 | - 'event_espresso' |
|
14 | - ); ?> |
|
12 | + 'You can perform a search to find certain event categories. The following sources will be searched: Category Name and Category Description. To use the search feature, enter a value into the search box and click on the Search Categories button.', |
|
13 | + 'event_espresso' |
|
14 | + ); ?> |
|
15 | 15 | </p> |
16 | 16 | \ No newline at end of file |