@@ -15,123 +15,123 @@ |
||
15 | 15 | class Registration_View_Help_Tour extends EE_Help_Tour |
16 | 16 | { |
17 | 17 | |
18 | - public function _set_tour_properties() |
|
19 | - { |
|
20 | - $this->_label = __('Registration View Tour', 'event_espresso'); |
|
21 | - $this->_slug = 'registration-view-joyride'; |
|
22 | - } |
|
23 | - |
|
24 | - |
|
25 | - protected function _set_tour_stops() |
|
26 | - { |
|
27 | - $this->_stops = array( |
|
28 | - 10 => array( |
|
29 | - 'content' => $this->_start(), |
|
30 | - ), |
|
31 | - 20 => array( |
|
32 | - 'id' => 'reg-admin-reg-details-reg-date-hdr', |
|
33 | - 'content' => $this->_reg_date_title(), |
|
34 | - 'options' => array( |
|
35 | - 'tipLocation' => 'top', |
|
36 | - 'tipAdjustmentY' => -40, |
|
37 | - 'tipAdjustmentX' => 200, |
|
38 | - ), |
|
39 | - ), |
|
40 | - 30 => array( |
|
41 | - 'id' => 'reg-admin-reg-details-reg-status-hdr', |
|
42 | - 'content' => $this->_reg_details_stop(), |
|
43 | - 'options' => array( |
|
44 | - 'tipLocation' => 'top', |
|
45 | - 'tipAdjustmentY' => -50, |
|
46 | - 'tipAdjustmentX' => 300, |
|
47 | - ), |
|
48 | - ), |
|
49 | - 40 => array( |
|
50 | - 'id' => 'admin-primary-mbox-reg-session-info-tbl', |
|
51 | - 'content' => $this->_reg_details_table(), |
|
52 | - 'options' => array( |
|
53 | - 'tipLocation' => 'top', |
|
54 | - 'tipAdjustmentY' => 50, |
|
55 | - 'tipAdjustmentX' => 300, |
|
56 | - ), |
|
57 | - ), |
|
58 | - 50 => array( |
|
59 | - 'id' => 'display-additional-registration-session-info', |
|
60 | - 'content' => $this->_display_additional_info_stop(), |
|
61 | - 'options' => array( |
|
62 | - 'tipLocation' => 'top', |
|
63 | - 'tipAdjustmentY' => -30, |
|
64 | - 'tipAdjustmentX' => 0, |
|
65 | - ), |
|
66 | - ), |
|
67 | - 60 => array( |
|
68 | - 'id' => 'edit-reg-registrant-mbox', |
|
69 | - 'content' => $this->_attendee_details_stop(), |
|
70 | - 'options' => array( |
|
71 | - 'tipLocation' => 'left', |
|
72 | - 'tipAdjustmentY' => 0, |
|
73 | - ), |
|
74 | - ), |
|
75 | - 70 => array( |
|
76 | - 'id' => 'edit-reg-questions-mbox', |
|
77 | - 'content' => $this->_edit_reg_question_stop(), |
|
78 | - 'options' => array( |
|
79 | - 'tipLocation' => 'top', |
|
80 | - 'tipAdjustmentY' => 0, |
|
81 | - ), |
|
82 | - ), |
|
83 | - ); |
|
84 | - } |
|
85 | - |
|
86 | - |
|
87 | - protected function _start() |
|
88 | - { |
|
89 | - $content = '<h3>' . __('Welcome to the Registration Details page!', 'event_espresso') . '</h3>'; |
|
90 | - $content .= '<p>' . __('An introduction to the registration details page', 'event_espresso') . '</p>'; |
|
91 | - return $content; |
|
92 | - } |
|
93 | - |
|
94 | - |
|
95 | - protected function _reg_date_title() |
|
96 | - { |
|
97 | - return '<p>' . __('About the reg date', 'event_espresso') . '</p>'; |
|
98 | - } |
|
99 | - |
|
100 | - |
|
101 | - protected function _reg_details_stop() |
|
102 | - { |
|
103 | - return '<p>' |
|
104 | - . __( |
|
105 | - 'About the reg details area (pending, buttons they can push and what happens)', |
|
106 | - 'event_espresso' |
|
107 | - ) . '</p>'; |
|
108 | - } |
|
109 | - |
|
110 | - |
|
111 | - protected function _reg_details_table() |
|
112 | - { |
|
113 | - return '<p>' . __('about the registration details metabox', 'event_espresso') . '</p>'; |
|
114 | - } |
|
115 | - |
|
116 | - |
|
117 | - protected function _display_additional_info_stop() |
|
118 | - { |
|
119 | - return '<p>' . __('what happens when they click this link? What\'s it here for', 'event_espresso') . '</p>'; |
|
120 | - } |
|
121 | - |
|
122 | - |
|
123 | - protected function _attendee_details_stop() |
|
124 | - { |
|
125 | - return '<p>' . __('details on the registrant attached to this registration', 'event_espresso') . '</p>'; |
|
126 | - } |
|
127 | - |
|
128 | - |
|
129 | - protected function _edit_reg_question_stop() |
|
130 | - { |
|
131 | - return '<p>' |
|
132 | - . __( |
|
133 | - 'info about how they can edit the questions related to this registration here', |
|
134 | - 'event_espresso' |
|
135 | - ) . '</p>'; |
|
136 | - } |
|
18 | + public function _set_tour_properties() |
|
19 | + { |
|
20 | + $this->_label = __('Registration View Tour', 'event_espresso'); |
|
21 | + $this->_slug = 'registration-view-joyride'; |
|
22 | + } |
|
23 | + |
|
24 | + |
|
25 | + protected function _set_tour_stops() |
|
26 | + { |
|
27 | + $this->_stops = array( |
|
28 | + 10 => array( |
|
29 | + 'content' => $this->_start(), |
|
30 | + ), |
|
31 | + 20 => array( |
|
32 | + 'id' => 'reg-admin-reg-details-reg-date-hdr', |
|
33 | + 'content' => $this->_reg_date_title(), |
|
34 | + 'options' => array( |
|
35 | + 'tipLocation' => 'top', |
|
36 | + 'tipAdjustmentY' => -40, |
|
37 | + 'tipAdjustmentX' => 200, |
|
38 | + ), |
|
39 | + ), |
|
40 | + 30 => array( |
|
41 | + 'id' => 'reg-admin-reg-details-reg-status-hdr', |
|
42 | + 'content' => $this->_reg_details_stop(), |
|
43 | + 'options' => array( |
|
44 | + 'tipLocation' => 'top', |
|
45 | + 'tipAdjustmentY' => -50, |
|
46 | + 'tipAdjustmentX' => 300, |
|
47 | + ), |
|
48 | + ), |
|
49 | + 40 => array( |
|
50 | + 'id' => 'admin-primary-mbox-reg-session-info-tbl', |
|
51 | + 'content' => $this->_reg_details_table(), |
|
52 | + 'options' => array( |
|
53 | + 'tipLocation' => 'top', |
|
54 | + 'tipAdjustmentY' => 50, |
|
55 | + 'tipAdjustmentX' => 300, |
|
56 | + ), |
|
57 | + ), |
|
58 | + 50 => array( |
|
59 | + 'id' => 'display-additional-registration-session-info', |
|
60 | + 'content' => $this->_display_additional_info_stop(), |
|
61 | + 'options' => array( |
|
62 | + 'tipLocation' => 'top', |
|
63 | + 'tipAdjustmentY' => -30, |
|
64 | + 'tipAdjustmentX' => 0, |
|
65 | + ), |
|
66 | + ), |
|
67 | + 60 => array( |
|
68 | + 'id' => 'edit-reg-registrant-mbox', |
|
69 | + 'content' => $this->_attendee_details_stop(), |
|
70 | + 'options' => array( |
|
71 | + 'tipLocation' => 'left', |
|
72 | + 'tipAdjustmentY' => 0, |
|
73 | + ), |
|
74 | + ), |
|
75 | + 70 => array( |
|
76 | + 'id' => 'edit-reg-questions-mbox', |
|
77 | + 'content' => $this->_edit_reg_question_stop(), |
|
78 | + 'options' => array( |
|
79 | + 'tipLocation' => 'top', |
|
80 | + 'tipAdjustmentY' => 0, |
|
81 | + ), |
|
82 | + ), |
|
83 | + ); |
|
84 | + } |
|
85 | + |
|
86 | + |
|
87 | + protected function _start() |
|
88 | + { |
|
89 | + $content = '<h3>' . __('Welcome to the Registration Details page!', 'event_espresso') . '</h3>'; |
|
90 | + $content .= '<p>' . __('An introduction to the registration details page', 'event_espresso') . '</p>'; |
|
91 | + return $content; |
|
92 | + } |
|
93 | + |
|
94 | + |
|
95 | + protected function _reg_date_title() |
|
96 | + { |
|
97 | + return '<p>' . __('About the reg date', 'event_espresso') . '</p>'; |
|
98 | + } |
|
99 | + |
|
100 | + |
|
101 | + protected function _reg_details_stop() |
|
102 | + { |
|
103 | + return '<p>' |
|
104 | + . __( |
|
105 | + 'About the reg details area (pending, buttons they can push and what happens)', |
|
106 | + 'event_espresso' |
|
107 | + ) . '</p>'; |
|
108 | + } |
|
109 | + |
|
110 | + |
|
111 | + protected function _reg_details_table() |
|
112 | + { |
|
113 | + return '<p>' . __('about the registration details metabox', 'event_espresso') . '</p>'; |
|
114 | + } |
|
115 | + |
|
116 | + |
|
117 | + protected function _display_additional_info_stop() |
|
118 | + { |
|
119 | + return '<p>' . __('what happens when they click this link? What\'s it here for', 'event_espresso') . '</p>'; |
|
120 | + } |
|
121 | + |
|
122 | + |
|
123 | + protected function _attendee_details_stop() |
|
124 | + { |
|
125 | + return '<p>' . __('details on the registrant attached to this registration', 'event_espresso') . '</p>'; |
|
126 | + } |
|
127 | + |
|
128 | + |
|
129 | + protected function _edit_reg_question_stop() |
|
130 | + { |
|
131 | + return '<p>' |
|
132 | + . __( |
|
133 | + 'info about how they can edit the questions related to this registration here', |
|
134 | + 'event_espresso' |
|
135 | + ) . '</p>'; |
|
136 | + } |
|
137 | 137 | } |
@@ -86,15 +86,15 @@ discard block |
||
86 | 86 | |
87 | 87 | protected function _start() |
88 | 88 | { |
89 | - $content = '<h3>' . __('Welcome to the Registration Details page!', 'event_espresso') . '</h3>'; |
|
90 | - $content .= '<p>' . __('An introduction to the registration details page', 'event_espresso') . '</p>'; |
|
89 | + $content = '<h3>'.__('Welcome to the Registration Details page!', 'event_espresso').'</h3>'; |
|
90 | + $content .= '<p>'.__('An introduction to the registration details page', 'event_espresso').'</p>'; |
|
91 | 91 | return $content; |
92 | 92 | } |
93 | 93 | |
94 | 94 | |
95 | 95 | protected function _reg_date_title() |
96 | 96 | { |
97 | - return '<p>' . __('About the reg date', 'event_espresso') . '</p>'; |
|
97 | + return '<p>'.__('About the reg date', 'event_espresso').'</p>'; |
|
98 | 98 | } |
99 | 99 | |
100 | 100 | |
@@ -104,25 +104,25 @@ discard block |
||
104 | 104 | . __( |
105 | 105 | 'About the reg details area (pending, buttons they can push and what happens)', |
106 | 106 | 'event_espresso' |
107 | - ) . '</p>'; |
|
107 | + ).'</p>'; |
|
108 | 108 | } |
109 | 109 | |
110 | 110 | |
111 | 111 | protected function _reg_details_table() |
112 | 112 | { |
113 | - return '<p>' . __('about the registration details metabox', 'event_espresso') . '</p>'; |
|
113 | + return '<p>'.__('about the registration details metabox', 'event_espresso').'</p>'; |
|
114 | 114 | } |
115 | 115 | |
116 | 116 | |
117 | 117 | protected function _display_additional_info_stop() |
118 | 118 | { |
119 | - return '<p>' . __('what happens when they click this link? What\'s it here for', 'event_espresso') . '</p>'; |
|
119 | + return '<p>'.__('what happens when they click this link? What\'s it here for', 'event_espresso').'</p>'; |
|
120 | 120 | } |
121 | 121 | |
122 | 122 | |
123 | 123 | protected function _attendee_details_stop() |
124 | 124 | { |
125 | - return '<p>' . __('details on the registrant attached to this registration', 'event_espresso') . '</p>'; |
|
125 | + return '<p>'.__('details on the registrant attached to this registration', 'event_espresso').'</p>'; |
|
126 | 126 | } |
127 | 127 | |
128 | 128 | |
@@ -132,6 +132,6 @@ discard block |
||
132 | 132 | . __( |
133 | 133 | 'info about how they can edit the questions related to this registration here', |
134 | 134 | 'event_espresso' |
135 | - ) . '</p>'; |
|
135 | + ).'</p>'; |
|
136 | 136 | } |
137 | 137 | } |
@@ -15,48 +15,48 @@ |
||
15 | 15 | class Payment_Methods_Settings_Help_Tour extends EE_Help_Tour |
16 | 16 | { |
17 | 17 | |
18 | - protected function _set_tour_properties() |
|
19 | - { |
|
20 | - $this->_label = __('Payment Settings Tour', 'event_espresso'); |
|
21 | - $this->_slug = 'payment-settings-joyride'; |
|
22 | - } |
|
18 | + protected function _set_tour_properties() |
|
19 | + { |
|
20 | + $this->_label = __('Payment Settings Tour', 'event_espresso'); |
|
21 | + $this->_slug = 'payment-settings-joyride'; |
|
22 | + } |
|
23 | 23 | |
24 | - protected function _set_tour_stops() |
|
25 | - { |
|
26 | - $this->_stops = array( |
|
27 | - 10 => array( |
|
28 | - 'content' => $this->_start(), |
|
29 | - ), |
|
30 | - 20 => array( |
|
31 | - 'id' => 'show_pending_payment_options', |
|
32 | - 'content' => $this->_show_pending_options_stop(), |
|
33 | - 'options' => array( |
|
34 | - 'tipLocation' => 'right', |
|
35 | - 'tipAdjustmentY' => -50, |
|
36 | - 'tipAdjustmentX' => 15, |
|
37 | - ), |
|
38 | - ), |
|
39 | - ); |
|
40 | - } |
|
24 | + protected function _set_tour_stops() |
|
25 | + { |
|
26 | + $this->_stops = array( |
|
27 | + 10 => array( |
|
28 | + 'content' => $this->_start(), |
|
29 | + ), |
|
30 | + 20 => array( |
|
31 | + 'id' => 'show_pending_payment_options', |
|
32 | + 'content' => $this->_show_pending_options_stop(), |
|
33 | + 'options' => array( |
|
34 | + 'tipLocation' => 'right', |
|
35 | + 'tipAdjustmentY' => -50, |
|
36 | + 'tipAdjustmentX' => 15, |
|
37 | + ), |
|
38 | + ), |
|
39 | + ); |
|
40 | + } |
|
41 | 41 | |
42 | 42 | |
43 | - protected function _start() |
|
44 | - { |
|
45 | - $content = '<h3>' . __('Payment Settings', 'event_espresso') . '</h3>'; |
|
46 | - $content .= '<p>' |
|
47 | - . __( |
|
48 | - 'This tour of the Payment Settings page will go over different areas of the screen to help you understand what they are used for.', |
|
49 | - 'event_espresso' |
|
50 | - ) . '</p>'; |
|
51 | - return $content; |
|
52 | - } |
|
43 | + protected function _start() |
|
44 | + { |
|
45 | + $content = '<h3>' . __('Payment Settings', 'event_espresso') . '</h3>'; |
|
46 | + $content .= '<p>' |
|
47 | + . __( |
|
48 | + 'This tour of the Payment Settings page will go over different areas of the screen to help you understand what they are used for.', |
|
49 | + 'event_espresso' |
|
50 | + ) . '</p>'; |
|
51 | + return $content; |
|
52 | + } |
|
53 | 53 | |
54 | - protected function _show_pending_options_stop() |
|
55 | - { |
|
56 | - return '<p>' |
|
57 | - . __( |
|
58 | - 'Specify whether to provide your registrants with the option to retry payments.', |
|
59 | - 'event_espresso' |
|
60 | - ) . '</p>'; |
|
61 | - } |
|
54 | + protected function _show_pending_options_stop() |
|
55 | + { |
|
56 | + return '<p>' |
|
57 | + . __( |
|
58 | + 'Specify whether to provide your registrants with the option to retry payments.', |
|
59 | + 'event_espresso' |
|
60 | + ) . '</p>'; |
|
61 | + } |
|
62 | 62 | } |
@@ -42,12 +42,12 @@ discard block |
||
42 | 42 | |
43 | 43 | protected function _start() |
44 | 44 | { |
45 | - $content = '<h3>' . __('Payment Settings', 'event_espresso') . '</h3>'; |
|
45 | + $content = '<h3>'.__('Payment Settings', 'event_espresso').'</h3>'; |
|
46 | 46 | $content .= '<p>' |
47 | 47 | . __( |
48 | 48 | 'This tour of the Payment Settings page will go over different areas of the screen to help you understand what they are used for.', |
49 | 49 | 'event_espresso' |
50 | - ) . '</p>'; |
|
50 | + ).'</p>'; |
|
51 | 51 | return $content; |
52 | 52 | } |
53 | 53 | |
@@ -57,6 +57,6 @@ discard block |
||
57 | 57 | . __( |
58 | 58 | 'Specify whether to provide your registrants with the option to retry payments.', |
59 | 59 | 'event_espresso' |
60 | - ) . '</p>'; |
|
60 | + ).'</p>'; |
|
61 | 61 | } |
62 | 62 | } |
@@ -15,84 +15,84 @@ |
||
15 | 15 | class Payment_Methods_Selection_Help_Tour extends EE_Help_Tour |
16 | 16 | { |
17 | 17 | |
18 | - protected function _set_tour_properties() |
|
19 | - { |
|
20 | - $this->_label = __('Payment Methods Tour', 'event_espresso'); |
|
21 | - $this->_slug = 'payment-methods-joyride'; |
|
22 | - } |
|
18 | + protected function _set_tour_properties() |
|
19 | + { |
|
20 | + $this->_label = __('Payment Methods Tour', 'event_espresso'); |
|
21 | + $this->_slug = 'payment-methods-joyride'; |
|
22 | + } |
|
23 | 23 | |
24 | - protected function _set_tour_stops() |
|
25 | - { |
|
26 | - $this->_stops = array( |
|
27 | - 10 => array( |
|
28 | - 'content' => $this->_start(), |
|
29 | - ), |
|
30 | - 20 => array( |
|
31 | - 'class' => 'gateway_links', |
|
32 | - 'content' => $this->_gateway_links_stop(), |
|
33 | - 'options' => array( |
|
34 | - 'tipLocation' => 'top', |
|
35 | - 'tipAdjustmentY' => -40, |
|
36 | - 'tipAdjustmentX' => 20, |
|
37 | - ), |
|
38 | - ), |
|
39 | - 30 => array( |
|
40 | - 'id' => 'postbox-container-2', |
|
41 | - 'content' => $this->_gateway_settings_metabox_stop(), |
|
42 | - 'options' => array( |
|
43 | - 'tipLocation' => 'top', |
|
44 | - 'tipAdjustmentY' => -25, |
|
45 | - 'tipAdjustmentX' => 20, |
|
46 | - ), |
|
47 | - ), |
|
48 | - 40 => array( |
|
49 | - 'content' => $this->_end_tour_stop(), |
|
50 | - 'options' => array( |
|
51 | - 'tipLocation' => 'top', |
|
52 | - ), |
|
53 | - ), |
|
54 | - ); |
|
55 | - } |
|
24 | + protected function _set_tour_stops() |
|
25 | + { |
|
26 | + $this->_stops = array( |
|
27 | + 10 => array( |
|
28 | + 'content' => $this->_start(), |
|
29 | + ), |
|
30 | + 20 => array( |
|
31 | + 'class' => 'gateway_links', |
|
32 | + 'content' => $this->_gateway_links_stop(), |
|
33 | + 'options' => array( |
|
34 | + 'tipLocation' => 'top', |
|
35 | + 'tipAdjustmentY' => -40, |
|
36 | + 'tipAdjustmentX' => 20, |
|
37 | + ), |
|
38 | + ), |
|
39 | + 30 => array( |
|
40 | + 'id' => 'postbox-container-2', |
|
41 | + 'content' => $this->_gateway_settings_metabox_stop(), |
|
42 | + 'options' => array( |
|
43 | + 'tipLocation' => 'top', |
|
44 | + 'tipAdjustmentY' => -25, |
|
45 | + 'tipAdjustmentX' => 20, |
|
46 | + ), |
|
47 | + ), |
|
48 | + 40 => array( |
|
49 | + 'content' => $this->_end_tour_stop(), |
|
50 | + 'options' => array( |
|
51 | + 'tipLocation' => 'top', |
|
52 | + ), |
|
53 | + ), |
|
54 | + ); |
|
55 | + } |
|
56 | 56 | |
57 | 57 | |
58 | - protected function _start() |
|
59 | - { |
|
60 | - $content = '<h3>' . __('Payment Methods', 'event_espresso') . '</h3>'; |
|
61 | - $content .= '<p>' |
|
62 | - . __( |
|
63 | - 'This tour of the Payment Methods page will go over different areas of the screen to help you understand what they are used for.', |
|
64 | - 'event_espresso' |
|
65 | - ) |
|
66 | - . '</p>'; |
|
67 | - return $content; |
|
68 | - } |
|
58 | + protected function _start() |
|
59 | + { |
|
60 | + $content = '<h3>' . __('Payment Methods', 'event_espresso') . '</h3>'; |
|
61 | + $content .= '<p>' |
|
62 | + . __( |
|
63 | + 'This tour of the Payment Methods page will go over different areas of the screen to help you understand what they are used for.', |
|
64 | + 'event_espresso' |
|
65 | + ) |
|
66 | + . '</p>'; |
|
67 | + return $content; |
|
68 | + } |
|
69 | 69 | |
70 | - protected function _gateway_links_stop() |
|
71 | - { |
|
72 | - return '<p>' |
|
73 | - . __( |
|
74 | - 'Available payment methods are shown here. Clicking on a payment method will provide you with an option to activate that payment gateway.', |
|
75 | - 'event_espresso' |
|
76 | - ) |
|
77 | - . '</p>'; |
|
78 | - } |
|
70 | + protected function _gateway_links_stop() |
|
71 | + { |
|
72 | + return '<p>' |
|
73 | + . __( |
|
74 | + 'Available payment methods are shown here. Clicking on a payment method will provide you with an option to activate that payment gateway.', |
|
75 | + 'event_espresso' |
|
76 | + ) |
|
77 | + . '</p>'; |
|
78 | + } |
|
79 | 79 | |
80 | - protected function _gateway_settings_metabox_stop() |
|
81 | - { |
|
82 | - return '<p>' |
|
83 | - . __( |
|
84 | - 'A payment gateway must first be enabled. You will then be able to configure the payment gateway. Be sure to save settings after configuring your payment gateway.', |
|
85 | - 'event_espresso' |
|
86 | - ) |
|
87 | - . '</p>'; |
|
88 | - } |
|
80 | + protected function _gateway_settings_metabox_stop() |
|
81 | + { |
|
82 | + return '<p>' |
|
83 | + . __( |
|
84 | + 'A payment gateway must first be enabled. You will then be able to configure the payment gateway. Be sure to save settings after configuring your payment gateway.', |
|
85 | + 'event_espresso' |
|
86 | + ) |
|
87 | + . '</p>'; |
|
88 | + } |
|
89 | 89 | |
90 | - protected function _end_tour_stop() |
|
91 | - { |
|
92 | - return '<p>' |
|
93 | - . __( |
|
94 | - 'After configuring your payment gateway, go to the Event Editor to create your first event with Event Espresso.', |
|
95 | - 'event_espresso' |
|
96 | - ) . '</p>'; |
|
97 | - } |
|
90 | + protected function _end_tour_stop() |
|
91 | + { |
|
92 | + return '<p>' |
|
93 | + . __( |
|
94 | + 'After configuring your payment gateway, go to the Event Editor to create your first event with Event Espresso.', |
|
95 | + 'event_espresso' |
|
96 | + ) . '</p>'; |
|
97 | + } |
|
98 | 98 | } |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | |
58 | 58 | protected function _start() |
59 | 59 | { |
60 | - $content = '<h3>' . __('Payment Methods', 'event_espresso') . '</h3>'; |
|
60 | + $content = '<h3>'.__('Payment Methods', 'event_espresso').'</h3>'; |
|
61 | 61 | $content .= '<p>' |
62 | 62 | . __( |
63 | 63 | 'This tour of the Payment Methods page will go over different areas of the screen to help you understand what they are used for.', |
@@ -93,6 +93,6 @@ discard block |
||
93 | 93 | . __( |
94 | 94 | 'After configuring your payment gateway, go to the Event Editor to create your first event with Event Espresso.', |
95 | 95 | 'event_espresso' |
96 | - ) . '</p>'; |
|
96 | + ).'</p>'; |
|
97 | 97 | } |
98 | 98 | } |
@@ -15,76 +15,76 @@ |
||
15 | 15 | class Venues_Add_Category_Help_Tour extends EE_Help_Tour |
16 | 16 | { |
17 | 17 | |
18 | - protected function _set_tour_properties() |
|
19 | - { |
|
20 | - $this->_label = __('Add Venue Category Tour', 'event_espresso'); |
|
21 | - $this->_slug = 'venue-add-category-joyride'; |
|
22 | - } |
|
18 | + protected function _set_tour_properties() |
|
19 | + { |
|
20 | + $this->_label = __('Add Venue Category Tour', 'event_espresso'); |
|
21 | + $this->_slug = 'venue-add-category-joyride'; |
|
22 | + } |
|
23 | 23 | |
24 | - protected function _set_tour_stops() |
|
25 | - { |
|
26 | - $this->_stops = array( |
|
27 | - 10 => array( |
|
28 | - 'content' => $this->_stop_one(), |
|
29 | - ), |
|
30 | - 20 => array( |
|
31 | - 'id' => 'category_name', |
|
32 | - 'content' => $this->_category_name_stop(), |
|
33 | - 'options' => array( |
|
34 | - 'tipLocation' => 'right', |
|
35 | - 'tipAdjustmentY' => -55, |
|
36 | - 'tipAdjustmentX' => 5, |
|
37 | - ), |
|
38 | - ), |
|
39 | - 30 => array( |
|
40 | - 'id' => 'cat_id', |
|
41 | - 'content' => $this->_category_id_stop(), |
|
42 | - 'options' => array( |
|
43 | - 'tipLocation' => 'right', |
|
44 | - 'tipAdjustmentY' => -55, |
|
45 | - 'tipAdjustmentX' => 5, |
|
46 | - ), |
|
47 | - ), |
|
48 | - 40 => array( |
|
49 | - 'id' => 'category_desc', |
|
50 | - 'content' => $this->_category_editor_stop(), |
|
51 | - 'options' => array( |
|
52 | - 'tipLocation' => 'top', |
|
53 | - 'tipAdjustmentY' => -75, |
|
54 | - 'tipAdjustmentX' => 250, |
|
55 | - ), |
|
56 | - ), |
|
57 | - ); |
|
58 | - } |
|
24 | + protected function _set_tour_stops() |
|
25 | + { |
|
26 | + $this->_stops = array( |
|
27 | + 10 => array( |
|
28 | + 'content' => $this->_stop_one(), |
|
29 | + ), |
|
30 | + 20 => array( |
|
31 | + 'id' => 'category_name', |
|
32 | + 'content' => $this->_category_name_stop(), |
|
33 | + 'options' => array( |
|
34 | + 'tipLocation' => 'right', |
|
35 | + 'tipAdjustmentY' => -55, |
|
36 | + 'tipAdjustmentX' => 5, |
|
37 | + ), |
|
38 | + ), |
|
39 | + 30 => array( |
|
40 | + 'id' => 'cat_id', |
|
41 | + 'content' => $this->_category_id_stop(), |
|
42 | + 'options' => array( |
|
43 | + 'tipLocation' => 'right', |
|
44 | + 'tipAdjustmentY' => -55, |
|
45 | + 'tipAdjustmentX' => 5, |
|
46 | + ), |
|
47 | + ), |
|
48 | + 40 => array( |
|
49 | + 'id' => 'category_desc', |
|
50 | + 'content' => $this->_category_editor_stop(), |
|
51 | + 'options' => array( |
|
52 | + 'tipLocation' => 'top', |
|
53 | + 'tipAdjustmentY' => -75, |
|
54 | + 'tipAdjustmentX' => 250, |
|
55 | + ), |
|
56 | + ), |
|
57 | + ); |
|
58 | + } |
|
59 | 59 | |
60 | 60 | |
61 | - protected function _stop_one() |
|
62 | - { |
|
63 | - $content = '<h3>' . __('Add New Venue Category', 'event_espresso') . '</h3>'; |
|
64 | - $content .= '<p>' |
|
65 | - . __( |
|
66 | - 'This tour of the Add New Venue Category page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
|
67 | - 'event_espresso' |
|
68 | - ) . '</p>'; |
|
69 | - return $content; |
|
70 | - } |
|
61 | + protected function _stop_one() |
|
62 | + { |
|
63 | + $content = '<h3>' . __('Add New Venue Category', 'event_espresso') . '</h3>'; |
|
64 | + $content .= '<p>' |
|
65 | + . __( |
|
66 | + 'This tour of the Add New Venue Category page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
|
67 | + 'event_espresso' |
|
68 | + ) . '</p>'; |
|
69 | + return $content; |
|
70 | + } |
|
71 | 71 | |
72 | - protected function _category_name_stop() |
|
73 | - { |
|
74 | - return '<p>' . __('Enter a name for your new venue category.', 'event_espresso') . '</p>'; |
|
75 | - } |
|
72 | + protected function _category_name_stop() |
|
73 | + { |
|
74 | + return '<p>' . __('Enter a name for your new venue category.', 'event_espresso') . '</p>'; |
|
75 | + } |
|
76 | 76 | |
77 | - protected function _category_id_stop() |
|
78 | - { |
|
79 | - return '<p>' . __('Enter a unique ID for your new venue category.', 'event_espresso') . '</p>'; |
|
80 | - } |
|
77 | + protected function _category_id_stop() |
|
78 | + { |
|
79 | + return '<p>' . __('Enter a unique ID for your new venue category.', 'event_espresso') . '</p>'; |
|
80 | + } |
|
81 | 81 | |
82 | - protected function _category_editor_stop() |
|
83 | - { |
|
84 | - return '<p>' |
|
85 | - . __( |
|
86 | - 'The rich text editor can be used to add information about your venue category. Images and links can also be added along with your text.', |
|
87 | - 'event_espresso' |
|
88 | - ) . '</p>'; |
|
89 | - } |
|
82 | + protected function _category_editor_stop() |
|
83 | + { |
|
84 | + return '<p>' |
|
85 | + . __( |
|
86 | + 'The rich text editor can be used to add information about your venue category. Images and links can also be added along with your text.', |
|
87 | + 'event_espresso' |
|
88 | + ) . '</p>'; |
|
89 | + } |
|
90 | 90 | } |
@@ -60,23 +60,23 @@ discard block |
||
60 | 60 | |
61 | 61 | protected function _stop_one() |
62 | 62 | { |
63 | - $content = '<h3>' . __('Add New Venue Category', 'event_espresso') . '</h3>'; |
|
63 | + $content = '<h3>'.__('Add New Venue Category', 'event_espresso').'</h3>'; |
|
64 | 64 | $content .= '<p>' |
65 | 65 | . __( |
66 | 66 | 'This tour of the Add New Venue Category page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
67 | 67 | 'event_espresso' |
68 | - ) . '</p>'; |
|
68 | + ).'</p>'; |
|
69 | 69 | return $content; |
70 | 70 | } |
71 | 71 | |
72 | 72 | protected function _category_name_stop() |
73 | 73 | { |
74 | - return '<p>' . __('Enter a name for your new venue category.', 'event_espresso') . '</p>'; |
|
74 | + return '<p>'.__('Enter a name for your new venue category.', 'event_espresso').'</p>'; |
|
75 | 75 | } |
76 | 76 | |
77 | 77 | protected function _category_id_stop() |
78 | 78 | { |
79 | - return '<p>' . __('Enter a unique ID for your new venue category.', 'event_espresso') . '</p>'; |
|
79 | + return '<p>'.__('Enter a unique ID for your new venue category.', 'event_espresso').'</p>'; |
|
80 | 80 | } |
81 | 81 | |
82 | 82 | protected function _category_editor_stop() |
@@ -85,6 +85,6 @@ discard block |
||
85 | 85 | . __( |
86 | 86 | 'The rich text editor can be used to add information about your venue category. Images and links can also be added along with your text.', |
87 | 87 | 'event_espresso' |
88 | - ) . '</p>'; |
|
88 | + ).'</p>'; |
|
89 | 89 | } |
90 | 90 | } |
@@ -15,148 +15,148 @@ |
||
15 | 15 | class Venues_Edit_Venue_Help_Tour extends EE_Help_Tour |
16 | 16 | { |
17 | 17 | |
18 | - protected function _set_tour_properties() |
|
19 | - { |
|
20 | - $this->_label = __('Venue Editor Tour', 'event_espresso'); |
|
21 | - $this->_slug = 'venue-edit-venue-joyride'; |
|
22 | - } |
|
18 | + protected function _set_tour_properties() |
|
19 | + { |
|
20 | + $this->_label = __('Venue Editor Tour', 'event_espresso'); |
|
21 | + $this->_slug = 'venue-edit-venue-joyride'; |
|
22 | + } |
|
23 | 23 | |
24 | - protected function _set_tour_stops() |
|
25 | - { |
|
26 | - $this->_stops = array( |
|
27 | - 10 => array( |
|
28 | - 'content' => $this->_stop_one(), |
|
29 | - ), |
|
30 | - 20 => array( |
|
31 | - 'id' => 'titlewrap', |
|
32 | - 'content' => $this->_venue_title_stop(), |
|
33 | - 'options' => array( |
|
34 | - 'tipLocation' => 'bottom', |
|
35 | - 'tipAdjustmentY' => -30, |
|
36 | - ), |
|
37 | - ), |
|
38 | - 30 => array( |
|
39 | - 'id' => 'wp-content-editor-tools', |
|
40 | - 'content' => $this->_venue_editor_stop(), |
|
41 | - 'options' => array( |
|
42 | - 'tipLocation' => 'right', |
|
43 | - ), |
|
44 | - ), |
|
45 | - 40 => array( |
|
46 | - 'id' => 'tagsdiv-post_tag', |
|
47 | - 'content' => $this->_venue_tags_stop(), |
|
48 | - 'options' => array( |
|
49 | - 'tipLocation' => 'left', |
|
50 | - ), |
|
51 | - ), |
|
52 | - 50 => array( |
|
53 | - 'id' => 'espresso_venue_categoriesdiv', |
|
54 | - 'content' => $this->_venue_categories_stop(), |
|
55 | - 'options' => array( |
|
56 | - 'tipLocation' => 'left', |
|
57 | - ), |
|
58 | - ), |
|
59 | - 60 => array( |
|
60 | - 'id' => 'espresso_venue_address_options', |
|
61 | - 'content' => $this->_venue_physical_location_stop(), |
|
62 | - 'options' => array( |
|
63 | - 'tipLocation' => 'left', |
|
64 | - ), |
|
65 | - ), |
|
66 | - 70 => array( |
|
67 | - 'id' => 'espresso_venue_gmap_options', |
|
68 | - 'content' => $this->_venue_gmap_stop(), |
|
69 | - 'options' => array( |
|
70 | - 'tipLocation' => 'left', |
|
71 | - ), |
|
72 | - ), |
|
73 | - 80 => array( |
|
74 | - 'id' => 'espresso_venue_virtual_loc_options', |
|
75 | - 'content' => $this->_venue_virtual_location_stop(), |
|
76 | - 'options' => array( |
|
77 | - 'tipLocation' => 'left', |
|
78 | - ), |
|
79 | - ), |
|
80 | - 90 => array( |
|
81 | - 'id' => 'postimagediv', |
|
82 | - 'content' => $this->_stop_featured_image(), |
|
83 | - 'options' => array( |
|
84 | - 'tipLocation' => 'left', |
|
85 | - ), |
|
86 | - ), |
|
87 | - 100 => array( |
|
88 | - 'id' => 'submitpost', |
|
89 | - 'content' => $this->_stop_publish_box(), |
|
90 | - 'options' => array( |
|
91 | - 'tipLocation' => 'left', |
|
92 | - ), |
|
93 | - ), |
|
24 | + protected function _set_tour_stops() |
|
25 | + { |
|
26 | + $this->_stops = array( |
|
27 | + 10 => array( |
|
28 | + 'content' => $this->_stop_one(), |
|
29 | + ), |
|
30 | + 20 => array( |
|
31 | + 'id' => 'titlewrap', |
|
32 | + 'content' => $this->_venue_title_stop(), |
|
33 | + 'options' => array( |
|
34 | + 'tipLocation' => 'bottom', |
|
35 | + 'tipAdjustmentY' => -30, |
|
36 | + ), |
|
37 | + ), |
|
38 | + 30 => array( |
|
39 | + 'id' => 'wp-content-editor-tools', |
|
40 | + 'content' => $this->_venue_editor_stop(), |
|
41 | + 'options' => array( |
|
42 | + 'tipLocation' => 'right', |
|
43 | + ), |
|
44 | + ), |
|
45 | + 40 => array( |
|
46 | + 'id' => 'tagsdiv-post_tag', |
|
47 | + 'content' => $this->_venue_tags_stop(), |
|
48 | + 'options' => array( |
|
49 | + 'tipLocation' => 'left', |
|
50 | + ), |
|
51 | + ), |
|
52 | + 50 => array( |
|
53 | + 'id' => 'espresso_venue_categoriesdiv', |
|
54 | + 'content' => $this->_venue_categories_stop(), |
|
55 | + 'options' => array( |
|
56 | + 'tipLocation' => 'left', |
|
57 | + ), |
|
58 | + ), |
|
59 | + 60 => array( |
|
60 | + 'id' => 'espresso_venue_address_options', |
|
61 | + 'content' => $this->_venue_physical_location_stop(), |
|
62 | + 'options' => array( |
|
63 | + 'tipLocation' => 'left', |
|
64 | + ), |
|
65 | + ), |
|
66 | + 70 => array( |
|
67 | + 'id' => 'espresso_venue_gmap_options', |
|
68 | + 'content' => $this->_venue_gmap_stop(), |
|
69 | + 'options' => array( |
|
70 | + 'tipLocation' => 'left', |
|
71 | + ), |
|
72 | + ), |
|
73 | + 80 => array( |
|
74 | + 'id' => 'espresso_venue_virtual_loc_options', |
|
75 | + 'content' => $this->_venue_virtual_location_stop(), |
|
76 | + 'options' => array( |
|
77 | + 'tipLocation' => 'left', |
|
78 | + ), |
|
79 | + ), |
|
80 | + 90 => array( |
|
81 | + 'id' => 'postimagediv', |
|
82 | + 'content' => $this->_stop_featured_image(), |
|
83 | + 'options' => array( |
|
84 | + 'tipLocation' => 'left', |
|
85 | + ), |
|
86 | + ), |
|
87 | + 100 => array( |
|
88 | + 'id' => 'submitpost', |
|
89 | + 'content' => $this->_stop_publish_box(), |
|
90 | + 'options' => array( |
|
91 | + 'tipLocation' => 'left', |
|
92 | + ), |
|
93 | + ), |
|
94 | 94 | |
95 | - ); |
|
96 | - } |
|
95 | + ); |
|
96 | + } |
|
97 | 97 | |
98 | 98 | |
99 | - protected function _stop_one() |
|
100 | - { |
|
101 | - $content = '<h3>' . __('Edit Venue', 'event_espresso') . '</h3>'; |
|
102 | - $content .= '<p>' |
|
103 | - . __( |
|
104 | - 'This tour of the Venue Editor page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
|
105 | - 'event_espresso' |
|
106 | - ) . '</p>'; |
|
107 | - return $content; |
|
108 | - } |
|
99 | + protected function _stop_one() |
|
100 | + { |
|
101 | + $content = '<h3>' . __('Edit Venue', 'event_espresso') . '</h3>'; |
|
102 | + $content .= '<p>' |
|
103 | + . __( |
|
104 | + 'This tour of the Venue Editor page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
|
105 | + 'event_espresso' |
|
106 | + ) . '</p>'; |
|
107 | + return $content; |
|
108 | + } |
|
109 | 109 | |
110 | - protected function _venue_title_stop() |
|
111 | - { |
|
112 | - return '<p>Edit the title for your venue in this field.</p>'; |
|
113 | - } |
|
110 | + protected function _venue_title_stop() |
|
111 | + { |
|
112 | + return '<p>Edit the title for your venue in this field.</p>'; |
|
113 | + } |
|
114 | 114 | |
115 | - protected function _venue_editor_stop() |
|
116 | - { |
|
117 | - return '<p>' |
|
118 | - . __( |
|
119 | - 'The rich text editor can be used to edit information about your venue. Images and links can also be added or removed along with your text.', |
|
120 | - 'event_espresso' |
|
121 | - ) . '</p>'; |
|
122 | - } |
|
115 | + protected function _venue_editor_stop() |
|
116 | + { |
|
117 | + return '<p>' |
|
118 | + . __( |
|
119 | + 'The rich text editor can be used to edit information about your venue. Images and links can also be added or removed along with your text.', |
|
120 | + 'event_espresso' |
|
121 | + ) . '</p>'; |
|
122 | + } |
|
123 | 123 | |
124 | - protected function _venue_tags_stop() |
|
125 | - { |
|
126 | - return '<p>' . __('Quickly edit tags for your venue.', 'event_espresso') . '</p>'; |
|
127 | - } |
|
124 | + protected function _venue_tags_stop() |
|
125 | + { |
|
126 | + return '<p>' . __('Quickly edit tags for your venue.', 'event_espresso') . '</p>'; |
|
127 | + } |
|
128 | 128 | |
129 | - protected function _venue_categories_stop() |
|
130 | - { |
|
131 | - return '<p>' . __('Venues can also be categorized if you wish.', 'event_espresso') . '</p>'; |
|
132 | - } |
|
129 | + protected function _venue_categories_stop() |
|
130 | + { |
|
131 | + return '<p>' . __('Venues can also be categorized if you wish.', 'event_espresso') . '</p>'; |
|
132 | + } |
|
133 | 133 | |
134 | - protected function _venue_physical_location_stop() |
|
135 | - { |
|
136 | - return '<p>' . __('Edit the physical address for your venue.', 'event_espresso') . '</p>'; |
|
137 | - } |
|
134 | + protected function _venue_physical_location_stop() |
|
135 | + { |
|
136 | + return '<p>' . __('Edit the physical address for your venue.', 'event_espresso') . '</p>'; |
|
137 | + } |
|
138 | 138 | |
139 | - protected function _venue_gmap_stop() |
|
140 | - { |
|
141 | - return '<p>' . __('Enable or disable a Google Map for your venue.', 'event_espresso') . '</p>'; |
|
142 | - } |
|
139 | + protected function _venue_gmap_stop() |
|
140 | + { |
|
141 | + return '<p>' . __('Enable or disable a Google Map for your venue.', 'event_espresso') . '</p>'; |
|
142 | + } |
|
143 | 143 | |
144 | - protected function _venue_virtual_location_stop() |
|
145 | - { |
|
146 | - return '<p>' . __('Setup a virtual location for your venue.', 'event_espresso') . '</p>'; |
|
147 | - } |
|
144 | + protected function _venue_virtual_location_stop() |
|
145 | + { |
|
146 | + return '<p>' . __('Setup a virtual location for your venue.', 'event_espresso') . '</p>'; |
|
147 | + } |
|
148 | 148 | |
149 | - protected function _stop_featured_image() |
|
150 | - { |
|
151 | - return '<p>' . __('Set a feature image for your venue here.', 'event_espresso') . '</p>'; |
|
152 | - } |
|
149 | + protected function _stop_featured_image() |
|
150 | + { |
|
151 | + return '<p>' . __('Set a feature image for your venue here.', 'event_espresso') . '</p>'; |
|
152 | + } |
|
153 | 153 | |
154 | - protected function _stop_publish_box() |
|
155 | - { |
|
156 | - return '<p>' |
|
157 | - . __( |
|
158 | - 'Easily control the status of your venue. The main options are Published, Pending Review, and Draft.', |
|
159 | - 'event_espresso' |
|
160 | - ) . '</p>'; |
|
161 | - } |
|
154 | + protected function _stop_publish_box() |
|
155 | + { |
|
156 | + return '<p>' |
|
157 | + . __( |
|
158 | + 'Easily control the status of your venue. The main options are Published, Pending Review, and Draft.', |
|
159 | + 'event_espresso' |
|
160 | + ) . '</p>'; |
|
161 | + } |
|
162 | 162 | } |
@@ -98,12 +98,12 @@ discard block |
||
98 | 98 | |
99 | 99 | protected function _stop_one() |
100 | 100 | { |
101 | - $content = '<h3>' . __('Edit Venue', 'event_espresso') . '</h3>'; |
|
101 | + $content = '<h3>'.__('Edit Venue', 'event_espresso').'</h3>'; |
|
102 | 102 | $content .= '<p>' |
103 | 103 | . __( |
104 | 104 | 'This tour of the Venue Editor page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
105 | 105 | 'event_espresso' |
106 | - ) . '</p>'; |
|
106 | + ).'</p>'; |
|
107 | 107 | return $content; |
108 | 108 | } |
109 | 109 | |
@@ -118,37 +118,37 @@ discard block |
||
118 | 118 | . __( |
119 | 119 | 'The rich text editor can be used to edit information about your venue. Images and links can also be added or removed along with your text.', |
120 | 120 | 'event_espresso' |
121 | - ) . '</p>'; |
|
121 | + ).'</p>'; |
|
122 | 122 | } |
123 | 123 | |
124 | 124 | protected function _venue_tags_stop() |
125 | 125 | { |
126 | - return '<p>' . __('Quickly edit tags for your venue.', 'event_espresso') . '</p>'; |
|
126 | + return '<p>'.__('Quickly edit tags for your venue.', 'event_espresso').'</p>'; |
|
127 | 127 | } |
128 | 128 | |
129 | 129 | protected function _venue_categories_stop() |
130 | 130 | { |
131 | - return '<p>' . __('Venues can also be categorized if you wish.', 'event_espresso') . '</p>'; |
|
131 | + return '<p>'.__('Venues can also be categorized if you wish.', 'event_espresso').'</p>'; |
|
132 | 132 | } |
133 | 133 | |
134 | 134 | protected function _venue_physical_location_stop() |
135 | 135 | { |
136 | - return '<p>' . __('Edit the physical address for your venue.', 'event_espresso') . '</p>'; |
|
136 | + return '<p>'.__('Edit the physical address for your venue.', 'event_espresso').'</p>'; |
|
137 | 137 | } |
138 | 138 | |
139 | 139 | protected function _venue_gmap_stop() |
140 | 140 | { |
141 | - return '<p>' . __('Enable or disable a Google Map for your venue.', 'event_espresso') . '</p>'; |
|
141 | + return '<p>'.__('Enable or disable a Google Map for your venue.', 'event_espresso').'</p>'; |
|
142 | 142 | } |
143 | 143 | |
144 | 144 | protected function _venue_virtual_location_stop() |
145 | 145 | { |
146 | - return '<p>' . __('Setup a virtual location for your venue.', 'event_espresso') . '</p>'; |
|
146 | + return '<p>'.__('Setup a virtual location for your venue.', 'event_espresso').'</p>'; |
|
147 | 147 | } |
148 | 148 | |
149 | 149 | protected function _stop_featured_image() |
150 | 150 | { |
151 | - return '<p>' . __('Set a feature image for your venue here.', 'event_espresso') . '</p>'; |
|
151 | + return '<p>'.__('Set a feature image for your venue here.', 'event_espresso').'</p>'; |
|
152 | 152 | } |
153 | 153 | |
154 | 154 | protected function _stop_publish_box() |
@@ -157,6 +157,6 @@ discard block |
||
157 | 157 | . __( |
158 | 158 | 'Easily control the status of your venue. The main options are Published, Pending Review, and Draft.', |
159 | 159 | 'event_espresso' |
160 | - ) . '</p>'; |
|
160 | + ).'</p>'; |
|
161 | 161 | } |
162 | 162 | } |
@@ -15,180 +15,180 @@ |
||
15 | 15 | class Venues_Overview_Help_Tour extends EE_Help_Tour |
16 | 16 | { |
17 | 17 | |
18 | - protected function _set_tour_properties() |
|
19 | - { |
|
20 | - $this->_label = __('Venues Overview Tour', 'event_espresso'); |
|
21 | - $this->_slug = 'venue-overview-joyride'; |
|
22 | - } |
|
18 | + protected function _set_tour_properties() |
|
19 | + { |
|
20 | + $this->_label = __('Venues Overview Tour', 'event_espresso'); |
|
21 | + $this->_slug = 'venue-overview-joyride'; |
|
22 | + } |
|
23 | 23 | |
24 | - protected function _set_tour_stops() |
|
25 | - { |
|
26 | - $this->_stops = array( |
|
27 | - 10 => array( |
|
28 | - 'content' => $this->_start(), |
|
29 | - ), |
|
30 | - 20 => array( |
|
31 | - 'id' => 'id', |
|
32 | - 'content' => $this->_id_stop(), |
|
33 | - 'options' => array( |
|
34 | - 'tipLocation' => 'top', |
|
35 | - 'tipAdjustmentX' => -20, |
|
36 | - 'tipAdjustmentY' => -30, |
|
37 | - ), |
|
38 | - ), |
|
39 | - 30 => array( |
|
40 | - 'id' => 'name', |
|
41 | - 'content' => $this->_name_stop(), |
|
42 | - 'options' => array( |
|
43 | - 'tipLocation' => 'top', |
|
44 | - 'tipAdjustmentX' => -5, |
|
45 | - 'tipAdjustmentY' => -30, |
|
46 | - ), |
|
47 | - ), |
|
48 | - 40 => array( |
|
49 | - 'id' => 'address', |
|
50 | - 'content' => $this->_address_stop(), |
|
51 | - 'options' => array( |
|
52 | - 'tipLocation' => 'top', |
|
53 | - 'tipAdjustmentX' => 0, |
|
54 | - 'tipAdjustmentY' => -30, |
|
55 | - ), |
|
56 | - ), |
|
57 | - 50 => array( |
|
58 | - 'id' => 'city', |
|
59 | - 'content' => $this->_city_stop(), |
|
60 | - 'options' => array( |
|
61 | - 'tipLocation' => 'top', |
|
62 | - 'tipAdjustmentX' => -10, |
|
63 | - 'tipAdjustmentY' => -30, |
|
64 | - ), |
|
65 | - ), |
|
66 | - 60 => array( |
|
67 | - 'id' => 'capacity', |
|
68 | - 'content' => $this->_capacity_stop(), |
|
69 | - 'options' => array( |
|
70 | - 'tipLocation' => 'top', |
|
71 | - 'tipAdjustmentX' => 0, |
|
72 | - 'tipAdjustmentY' => -30, |
|
73 | - ), |
|
74 | - ), |
|
75 | - 70 => array( |
|
76 | - 'id' => 'shortcode', |
|
77 | - 'content' => $this->_shortcode_stop(), |
|
78 | - 'options' => array( |
|
79 | - 'tipLocation' => 'top', |
|
80 | - 'tipAdjustmentX' => 5, |
|
81 | - 'tipAdjustmentY' => -30, |
|
82 | - ), |
|
83 | - ), |
|
84 | - 80 => array( |
|
85 | - 'class' => 'bulkactions', |
|
86 | - 'content' => $this->_bulk_actions_stop(), |
|
87 | - 'options' => array( |
|
88 | - 'tipLocation' => 'top', |
|
89 | - 'tipAdjustmentX' => 25, |
|
90 | - 'tipAdjustmentY' => -35, |
|
91 | - ), |
|
92 | - ), |
|
93 | - 90 => array( |
|
94 | - 'id' => 'event-espresso_page_espresso_venues-search-input', |
|
95 | - 'content' => $this->_search_stop(), |
|
96 | - 'options' => array( |
|
97 | - 'tipLocation' => 'left', |
|
98 | - 'tipAdjustmentY' => -50, |
|
99 | - 'tipAdjustmentX' => -15, |
|
100 | - ), |
|
101 | - ), |
|
102 | - 100 => array( |
|
103 | - 'id' => 'add-new-venue', |
|
104 | - 'content' => $this->_new_venue_stop(), |
|
105 | - 'options' => array( |
|
106 | - 'tipLocation' => 'right', |
|
107 | - 'tipAdjustmentY' => -50, |
|
108 | - 'tipAdjustmentX' => 10, |
|
109 | - ), |
|
110 | - ), |
|
111 | - ); |
|
112 | - } |
|
24 | + protected function _set_tour_stops() |
|
25 | + { |
|
26 | + $this->_stops = array( |
|
27 | + 10 => array( |
|
28 | + 'content' => $this->_start(), |
|
29 | + ), |
|
30 | + 20 => array( |
|
31 | + 'id' => 'id', |
|
32 | + 'content' => $this->_id_stop(), |
|
33 | + 'options' => array( |
|
34 | + 'tipLocation' => 'top', |
|
35 | + 'tipAdjustmentX' => -20, |
|
36 | + 'tipAdjustmentY' => -30, |
|
37 | + ), |
|
38 | + ), |
|
39 | + 30 => array( |
|
40 | + 'id' => 'name', |
|
41 | + 'content' => $this->_name_stop(), |
|
42 | + 'options' => array( |
|
43 | + 'tipLocation' => 'top', |
|
44 | + 'tipAdjustmentX' => -5, |
|
45 | + 'tipAdjustmentY' => -30, |
|
46 | + ), |
|
47 | + ), |
|
48 | + 40 => array( |
|
49 | + 'id' => 'address', |
|
50 | + 'content' => $this->_address_stop(), |
|
51 | + 'options' => array( |
|
52 | + 'tipLocation' => 'top', |
|
53 | + 'tipAdjustmentX' => 0, |
|
54 | + 'tipAdjustmentY' => -30, |
|
55 | + ), |
|
56 | + ), |
|
57 | + 50 => array( |
|
58 | + 'id' => 'city', |
|
59 | + 'content' => $this->_city_stop(), |
|
60 | + 'options' => array( |
|
61 | + 'tipLocation' => 'top', |
|
62 | + 'tipAdjustmentX' => -10, |
|
63 | + 'tipAdjustmentY' => -30, |
|
64 | + ), |
|
65 | + ), |
|
66 | + 60 => array( |
|
67 | + 'id' => 'capacity', |
|
68 | + 'content' => $this->_capacity_stop(), |
|
69 | + 'options' => array( |
|
70 | + 'tipLocation' => 'top', |
|
71 | + 'tipAdjustmentX' => 0, |
|
72 | + 'tipAdjustmentY' => -30, |
|
73 | + ), |
|
74 | + ), |
|
75 | + 70 => array( |
|
76 | + 'id' => 'shortcode', |
|
77 | + 'content' => $this->_shortcode_stop(), |
|
78 | + 'options' => array( |
|
79 | + 'tipLocation' => 'top', |
|
80 | + 'tipAdjustmentX' => 5, |
|
81 | + 'tipAdjustmentY' => -30, |
|
82 | + ), |
|
83 | + ), |
|
84 | + 80 => array( |
|
85 | + 'class' => 'bulkactions', |
|
86 | + 'content' => $this->_bulk_actions_stop(), |
|
87 | + 'options' => array( |
|
88 | + 'tipLocation' => 'top', |
|
89 | + 'tipAdjustmentX' => 25, |
|
90 | + 'tipAdjustmentY' => -35, |
|
91 | + ), |
|
92 | + ), |
|
93 | + 90 => array( |
|
94 | + 'id' => 'event-espresso_page_espresso_venues-search-input', |
|
95 | + 'content' => $this->_search_stop(), |
|
96 | + 'options' => array( |
|
97 | + 'tipLocation' => 'left', |
|
98 | + 'tipAdjustmentY' => -50, |
|
99 | + 'tipAdjustmentX' => -15, |
|
100 | + ), |
|
101 | + ), |
|
102 | + 100 => array( |
|
103 | + 'id' => 'add-new-venue', |
|
104 | + 'content' => $this->_new_venue_stop(), |
|
105 | + 'options' => array( |
|
106 | + 'tipLocation' => 'right', |
|
107 | + 'tipAdjustmentY' => -50, |
|
108 | + 'tipAdjustmentX' => 10, |
|
109 | + ), |
|
110 | + ), |
|
111 | + ); |
|
112 | + } |
|
113 | 113 | |
114 | 114 | |
115 | - protected function _start() |
|
116 | - { |
|
117 | - $content = '<h3>' . __('Venue Overview', 'event_espresso') . '</h3>'; |
|
118 | - $content .= '<p>' |
|
119 | - . __( |
|
120 | - 'This tour of the Venues Overview page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
|
121 | - 'event_espresso' |
|
122 | - ) . '</p>'; |
|
123 | - return $content; |
|
124 | - } |
|
115 | + protected function _start() |
|
116 | + { |
|
117 | + $content = '<h3>' . __('Venue Overview', 'event_espresso') . '</h3>'; |
|
118 | + $content .= '<p>' |
|
119 | + . __( |
|
120 | + 'This tour of the Venues Overview page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
|
121 | + 'event_espresso' |
|
122 | + ) . '</p>'; |
|
123 | + return $content; |
|
124 | + } |
|
125 | 125 | |
126 | - protected function _id_stop() |
|
127 | - { |
|
128 | - return '<p>' |
|
129 | - . __( |
|
130 | - 'View the venue ID. Can be sorted by ascending or descending order.', |
|
131 | - 'event_espresso' |
|
132 | - ) . '</p>'; |
|
133 | - } |
|
126 | + protected function _id_stop() |
|
127 | + { |
|
128 | + return '<p>' |
|
129 | + . __( |
|
130 | + 'View the venue ID. Can be sorted by ascending or descending order.', |
|
131 | + 'event_espresso' |
|
132 | + ) . '</p>'; |
|
133 | + } |
|
134 | 134 | |
135 | - protected function _name_stop() |
|
136 | - { |
|
137 | - return '<p>' |
|
138 | - . __( |
|
139 | - 'View the name of each venue. Can be sorted by ascending or descending order.', |
|
140 | - 'event_espresso' |
|
141 | - ) . '</p>'; |
|
142 | - } |
|
135 | + protected function _name_stop() |
|
136 | + { |
|
137 | + return '<p>' |
|
138 | + . __( |
|
139 | + 'View the name of each venue. Can be sorted by ascending or descending order.', |
|
140 | + 'event_espresso' |
|
141 | + ) . '</p>'; |
|
142 | + } |
|
143 | 143 | |
144 | - protected function _address_stop() |
|
145 | - { |
|
146 | - return '<p>' . __('View the address for each venue.', 'event_espresso') . '</p>'; |
|
147 | - } |
|
144 | + protected function _address_stop() |
|
145 | + { |
|
146 | + return '<p>' . __('View the address for each venue.', 'event_espresso') . '</p>'; |
|
147 | + } |
|
148 | 148 | |
149 | - protected function _city_stop() |
|
150 | - { |
|
151 | - return '<p>' |
|
152 | - . __( |
|
153 | - 'View the city for each venue. Can be sorted by ascending or descending order.', |
|
154 | - 'event_espresso' |
|
155 | - ) . '</p>'; |
|
156 | - } |
|
149 | + protected function _city_stop() |
|
150 | + { |
|
151 | + return '<p>' |
|
152 | + . __( |
|
153 | + 'View the city for each venue. Can be sorted by ascending or descending order.', |
|
154 | + 'event_espresso' |
|
155 | + ) . '</p>'; |
|
156 | + } |
|
157 | 157 | |
158 | - protected function _capacity_stop() |
|
159 | - { |
|
160 | - return '<p>' |
|
161 | - . __( |
|
162 | - 'View the capacity for each venue. Can be sorted by ascending or descending order.', |
|
163 | - 'event_espresso' |
|
164 | - ) . '</p>'; |
|
165 | - } |
|
158 | + protected function _capacity_stop() |
|
159 | + { |
|
160 | + return '<p>' |
|
161 | + . __( |
|
162 | + 'View the capacity for each venue. Can be sorted by ascending or descending order.', |
|
163 | + 'event_espresso' |
|
164 | + ) . '</p>'; |
|
165 | + } |
|
166 | 166 | |
167 | - protected function _shortcode_stop() |
|
168 | - { |
|
169 | - return '<p>' |
|
170 | - . __( |
|
171 | - 'View the shortcode for a venue. This shortcode can be added to an event, WordPress post, or WordPress page. ', |
|
172 | - 'event_espresso' |
|
173 | - ) . '</p>'; |
|
174 | - } |
|
167 | + protected function _shortcode_stop() |
|
168 | + { |
|
169 | + return '<p>' |
|
170 | + . __( |
|
171 | + 'View the shortcode for a venue. This shortcode can be added to an event, WordPress post, or WordPress page. ', |
|
172 | + 'event_espresso' |
|
173 | + ) . '</p>'; |
|
174 | + } |
|
175 | 175 | |
176 | - protected function _bulk_actions_stop() |
|
177 | - { |
|
178 | - return '<p>' . __('Perform bulk actions to multiple venues.', 'event_espresso') . '</p>'; |
|
179 | - } |
|
176 | + protected function _bulk_actions_stop() |
|
177 | + { |
|
178 | + return '<p>' . __('Perform bulk actions to multiple venues.', 'event_espresso') . '</p>'; |
|
179 | + } |
|
180 | 180 | |
181 | - protected function _search_stop() |
|
182 | - { |
|
183 | - return '<p>' |
|
184 | - . __( |
|
185 | - 'Search through venues. The following sources will be searched: Venue Name, Venue Description, Venue Short Description, Venue Address, Venue City, Venue Zip/Postal Code, Venue Phone, Venue URL, Venue Virtual Phone, Venue Google Map link, Event Name, Event Description, Event Phone, and Event External URL.', |
|
186 | - 'event_espresso' |
|
187 | - ) . '</p>'; |
|
188 | - } |
|
181 | + protected function _search_stop() |
|
182 | + { |
|
183 | + return '<p>' |
|
184 | + . __( |
|
185 | + 'Search through venues. The following sources will be searched: Venue Name, Venue Description, Venue Short Description, Venue Address, Venue City, Venue Zip/Postal Code, Venue Phone, Venue URL, Venue Virtual Phone, Venue Google Map link, Event Name, Event Description, Event Phone, and Event External URL.', |
|
186 | + 'event_espresso' |
|
187 | + ) . '</p>'; |
|
188 | + } |
|
189 | 189 | |
190 | - protected function _new_venue_stop() |
|
191 | - { |
|
192 | - return '<p>' . __('Click here to add a new venue.', 'event_espresso') . '</p>'; |
|
193 | - } |
|
190 | + protected function _new_venue_stop() |
|
191 | + { |
|
192 | + return '<p>' . __('Click here to add a new venue.', 'event_espresso') . '</p>'; |
|
193 | + } |
|
194 | 194 | } |
@@ -114,12 +114,12 @@ discard block |
||
114 | 114 | |
115 | 115 | protected function _start() |
116 | 116 | { |
117 | - $content = '<h3>' . __('Venue Overview', 'event_espresso') . '</h3>'; |
|
117 | + $content = '<h3>'.__('Venue Overview', 'event_espresso').'</h3>'; |
|
118 | 118 | $content .= '<p>' |
119 | 119 | . __( |
120 | 120 | 'This tour of the Venues Overview page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
121 | 121 | 'event_espresso' |
122 | - ) . '</p>'; |
|
122 | + ).'</p>'; |
|
123 | 123 | return $content; |
124 | 124 | } |
125 | 125 | |
@@ -129,7 +129,7 @@ discard block |
||
129 | 129 | . __( |
130 | 130 | 'View the venue ID. Can be sorted by ascending or descending order.', |
131 | 131 | 'event_espresso' |
132 | - ) . '</p>'; |
|
132 | + ).'</p>'; |
|
133 | 133 | } |
134 | 134 | |
135 | 135 | protected function _name_stop() |
@@ -138,12 +138,12 @@ discard block |
||
138 | 138 | . __( |
139 | 139 | 'View the name of each venue. Can be sorted by ascending or descending order.', |
140 | 140 | 'event_espresso' |
141 | - ) . '</p>'; |
|
141 | + ).'</p>'; |
|
142 | 142 | } |
143 | 143 | |
144 | 144 | protected function _address_stop() |
145 | 145 | { |
146 | - return '<p>' . __('View the address for each venue.', 'event_espresso') . '</p>'; |
|
146 | + return '<p>'.__('View the address for each venue.', 'event_espresso').'</p>'; |
|
147 | 147 | } |
148 | 148 | |
149 | 149 | protected function _city_stop() |
@@ -152,7 +152,7 @@ discard block |
||
152 | 152 | . __( |
153 | 153 | 'View the city for each venue. Can be sorted by ascending or descending order.', |
154 | 154 | 'event_espresso' |
155 | - ) . '</p>'; |
|
155 | + ).'</p>'; |
|
156 | 156 | } |
157 | 157 | |
158 | 158 | protected function _capacity_stop() |
@@ -161,7 +161,7 @@ discard block |
||
161 | 161 | . __( |
162 | 162 | 'View the capacity for each venue. Can be sorted by ascending or descending order.', |
163 | 163 | 'event_espresso' |
164 | - ) . '</p>'; |
|
164 | + ).'</p>'; |
|
165 | 165 | } |
166 | 166 | |
167 | 167 | protected function _shortcode_stop() |
@@ -170,12 +170,12 @@ discard block |
||
170 | 170 | . __( |
171 | 171 | 'View the shortcode for a venue. This shortcode can be added to an event, WordPress post, or WordPress page. ', |
172 | 172 | 'event_espresso' |
173 | - ) . '</p>'; |
|
173 | + ).'</p>'; |
|
174 | 174 | } |
175 | 175 | |
176 | 176 | protected function _bulk_actions_stop() |
177 | 177 | { |
178 | - return '<p>' . __('Perform bulk actions to multiple venues.', 'event_espresso') . '</p>'; |
|
178 | + return '<p>'.__('Perform bulk actions to multiple venues.', 'event_espresso').'</p>'; |
|
179 | 179 | } |
180 | 180 | |
181 | 181 | protected function _search_stop() |
@@ -184,11 +184,11 @@ discard block |
||
184 | 184 | . __( |
185 | 185 | 'Search through venues. The following sources will be searched: Venue Name, Venue Description, Venue Short Description, Venue Address, Venue City, Venue Zip/Postal Code, Venue Phone, Venue URL, Venue Virtual Phone, Venue Google Map link, Event Name, Event Description, Event Phone, and Event External URL.', |
186 | 186 | 'event_espresso' |
187 | - ) . '</p>'; |
|
187 | + ).'</p>'; |
|
188 | 188 | } |
189 | 189 | |
190 | 190 | protected function _new_venue_stop() |
191 | 191 | { |
192 | - return '<p>' . __('Click here to add a new venue.', 'event_espresso') . '</p>'; |
|
192 | + return '<p>'.__('Click here to add a new venue.', 'event_espresso').'</p>'; |
|
193 | 193 | } |
194 | 194 | } |
@@ -15,72 +15,72 @@ |
||
15 | 15 | class Google_Maps_Help_Tour extends EE_Help_Tour |
16 | 16 | { |
17 | 17 | |
18 | - protected function _set_tour_properties() |
|
19 | - { |
|
20 | - $this->_label = __('Google Maps Tour', 'event_espresso'); |
|
21 | - $this->_slug = 'google-maps-settings-joyride'; |
|
22 | - } |
|
18 | + protected function _set_tour_properties() |
|
19 | + { |
|
20 | + $this->_label = __('Google Maps Tour', 'event_espresso'); |
|
21 | + $this->_slug = 'google-maps-settings-joyride'; |
|
22 | + } |
|
23 | 23 | |
24 | - protected function _set_tour_stops() |
|
25 | - { |
|
26 | - $this->_stops = array( |
|
27 | - 10 => array( |
|
28 | - 'content' => $this->_start(), |
|
29 | - ), |
|
30 | - 20 => array( |
|
31 | - 'id' => 'use_google_maps', |
|
32 | - 'content' => $this->_use_google_maps_stop(), |
|
33 | - 'options' => array( |
|
34 | - 'tipLocation' => 'right', |
|
35 | - 'tipAdjustmentY' => -50, |
|
36 | - 'tipAdjustmentX' => 15, |
|
37 | - ), |
|
38 | - ), |
|
39 | - 30 => array( |
|
40 | - 'id' => 'event_details_map_width', |
|
41 | - 'content' => $this->_reg_page_map_settings_stop(), |
|
42 | - 'options' => array( |
|
43 | - 'tipLocation' => 'right', |
|
44 | - 'tipAdjustmentY' => -75, |
|
45 | - 'tipAdjustmentX' => 20, |
|
46 | - ), |
|
47 | - ), |
|
48 | - 40 => array( |
|
49 | - 'id' => 'event_list_map_width', |
|
50 | - 'content' => $this->_event_list_map_stop(), |
|
51 | - 'options' => array( |
|
52 | - 'tipLocation' => 'right', |
|
53 | - 'tipAdjustmentY' => -80, |
|
54 | - 'tipAdjustmentX' => 20, |
|
55 | - ), |
|
56 | - ), |
|
57 | - ); |
|
58 | - } |
|
24 | + protected function _set_tour_stops() |
|
25 | + { |
|
26 | + $this->_stops = array( |
|
27 | + 10 => array( |
|
28 | + 'content' => $this->_start(), |
|
29 | + ), |
|
30 | + 20 => array( |
|
31 | + 'id' => 'use_google_maps', |
|
32 | + 'content' => $this->_use_google_maps_stop(), |
|
33 | + 'options' => array( |
|
34 | + 'tipLocation' => 'right', |
|
35 | + 'tipAdjustmentY' => -50, |
|
36 | + 'tipAdjustmentX' => 15, |
|
37 | + ), |
|
38 | + ), |
|
39 | + 30 => array( |
|
40 | + 'id' => 'event_details_map_width', |
|
41 | + 'content' => $this->_reg_page_map_settings_stop(), |
|
42 | + 'options' => array( |
|
43 | + 'tipLocation' => 'right', |
|
44 | + 'tipAdjustmentY' => -75, |
|
45 | + 'tipAdjustmentX' => 20, |
|
46 | + ), |
|
47 | + ), |
|
48 | + 40 => array( |
|
49 | + 'id' => 'event_list_map_width', |
|
50 | + 'content' => $this->_event_list_map_stop(), |
|
51 | + 'options' => array( |
|
52 | + 'tipLocation' => 'right', |
|
53 | + 'tipAdjustmentY' => -80, |
|
54 | + 'tipAdjustmentX' => 20, |
|
55 | + ), |
|
56 | + ), |
|
57 | + ); |
|
58 | + } |
|
59 | 59 | |
60 | 60 | |
61 | - protected function _start() |
|
62 | - { |
|
63 | - $content = '<h3>' . __('Google Maps Settings', 'event_espresso') . '</h3>'; |
|
64 | - $content .= '<p>' |
|
65 | - . __( |
|
66 | - 'This tour of the Google Maps page will go over different areas of the screen to help you understand what they are used for.', |
|
67 | - 'event_espresso' |
|
68 | - ) . '</p>'; |
|
69 | - return $content; |
|
70 | - } |
|
61 | + protected function _start() |
|
62 | + { |
|
63 | + $content = '<h3>' . __('Google Maps Settings', 'event_espresso') . '</h3>'; |
|
64 | + $content .= '<p>' |
|
65 | + . __( |
|
66 | + 'This tour of the Google Maps page will go over different areas of the screen to help you understand what they are used for.', |
|
67 | + 'event_espresso' |
|
68 | + ) . '</p>'; |
|
69 | + return $content; |
|
70 | + } |
|
71 | 71 | |
72 | - protected function _use_google_maps_stop() |
|
73 | - { |
|
74 | - return '<p>' . __('Turn Google maps on or off site wide for Event Espresso.', 'event_espresso') . '</p>'; |
|
75 | - } |
|
72 | + protected function _use_google_maps_stop() |
|
73 | + { |
|
74 | + return '<p>' . __('Turn Google maps on or off site wide for Event Espresso.', 'event_espresso') . '</p>'; |
|
75 | + } |
|
76 | 76 | |
77 | - protected function _reg_page_map_settings_stop() |
|
78 | - { |
|
79 | - return '<p>' . __('These settings affect the single registration page maps only.', 'event_espresso') . '</p>'; |
|
80 | - } |
|
77 | + protected function _reg_page_map_settings_stop() |
|
78 | + { |
|
79 | + return '<p>' . __('These settings affect the single registration page maps only.', 'event_espresso') . '</p>'; |
|
80 | + } |
|
81 | 81 | |
82 | - protected function _event_list_map_stop() |
|
83 | - { |
|
84 | - return '<p>' . __('These setting affect the event list page maps.', 'event_espresso') . '</p>'; |
|
85 | - } |
|
82 | + protected function _event_list_map_stop() |
|
83 | + { |
|
84 | + return '<p>' . __('These setting affect the event list page maps.', 'event_espresso') . '</p>'; |
|
85 | + } |
|
86 | 86 | } |
@@ -60,27 +60,27 @@ |
||
60 | 60 | |
61 | 61 | protected function _start() |
62 | 62 | { |
63 | - $content = '<h3>' . __('Google Maps Settings', 'event_espresso') . '</h3>'; |
|
63 | + $content = '<h3>'.__('Google Maps Settings', 'event_espresso').'</h3>'; |
|
64 | 64 | $content .= '<p>' |
65 | 65 | . __( |
66 | 66 | 'This tour of the Google Maps page will go over different areas of the screen to help you understand what they are used for.', |
67 | 67 | 'event_espresso' |
68 | - ) . '</p>'; |
|
68 | + ).'</p>'; |
|
69 | 69 | return $content; |
70 | 70 | } |
71 | 71 | |
72 | 72 | protected function _use_google_maps_stop() |
73 | 73 | { |
74 | - return '<p>' . __('Turn Google maps on or off site wide for Event Espresso.', 'event_espresso') . '</p>'; |
|
74 | + return '<p>'.__('Turn Google maps on or off site wide for Event Espresso.', 'event_espresso').'</p>'; |
|
75 | 75 | } |
76 | 76 | |
77 | 77 | protected function _reg_page_map_settings_stop() |
78 | 78 | { |
79 | - return '<p>' . __('These settings affect the single registration page maps only.', 'event_espresso') . '</p>'; |
|
79 | + return '<p>'.__('These settings affect the single registration page maps only.', 'event_espresso').'</p>'; |
|
80 | 80 | } |
81 | 81 | |
82 | 82 | protected function _event_list_map_stop() |
83 | 83 | { |
84 | - return '<p>' . __('These setting affect the event list page maps.', 'event_espresso') . '</p>'; |
|
84 | + return '<p>'.__('These setting affect the event list page maps.', 'event_espresso').'</p>'; |
|
85 | 85 | } |
86 | 86 | } |
@@ -15,148 +15,148 @@ |
||
15 | 15 | class Venues_Add_Venue_Help_Tour extends EE_Help_Tour |
16 | 16 | { |
17 | 17 | |
18 | - protected function _set_tour_properties() |
|
19 | - { |
|
20 | - $this->_label = __('Venue Editor Tour', 'event_espresso'); |
|
21 | - $this->_slug = 'venue-add-venue-joyride'; |
|
22 | - } |
|
18 | + protected function _set_tour_properties() |
|
19 | + { |
|
20 | + $this->_label = __('Venue Editor Tour', 'event_espresso'); |
|
21 | + $this->_slug = 'venue-add-venue-joyride'; |
|
22 | + } |
|
23 | 23 | |
24 | - protected function _set_tour_stops() |
|
25 | - { |
|
26 | - $this->_stops = array( |
|
27 | - 10 => array( |
|
28 | - 'content' => $this->_stop_one(), |
|
29 | - ), |
|
30 | - 20 => array( |
|
31 | - 'id' => 'titlewrap', |
|
32 | - 'content' => $this->_venue_title_stop(), |
|
33 | - 'options' => array( |
|
34 | - 'tipLocation' => 'bottom', |
|
35 | - 'tipAdjustmentY' => -30, |
|
36 | - ), |
|
37 | - ), |
|
38 | - 30 => array( |
|
39 | - 'id' => 'wp-content-editor-tools', |
|
40 | - 'content' => $this->_venue_editor_stop(), |
|
41 | - 'options' => array( |
|
42 | - 'tipLocation' => 'right', |
|
43 | - ), |
|
44 | - ), |
|
45 | - 40 => array( |
|
46 | - 'id' => 'tagsdiv-post_tag', |
|
47 | - 'content' => $this->_venue_tags_stop(), |
|
48 | - 'options' => array( |
|
49 | - 'tipLocation' => 'left', |
|
50 | - ), |
|
51 | - ), |
|
52 | - 50 => array( |
|
53 | - 'id' => 'espresso_venue_categoriesdiv', |
|
54 | - 'content' => $this->_venue_categories_stop(), |
|
55 | - 'options' => array( |
|
56 | - 'tipLocation' => 'left', |
|
57 | - ), |
|
58 | - ), |
|
59 | - 60 => array( |
|
60 | - 'id' => 'espresso_venue_address_options', |
|
61 | - 'content' => $this->_venue_physical_location_stop(), |
|
62 | - 'options' => array( |
|
63 | - 'tipLocation' => 'left', |
|
64 | - ), |
|
65 | - ), |
|
66 | - 70 => array( |
|
67 | - 'id' => 'espresso_venue_gmap_options', |
|
68 | - 'content' => $this->_venue_gmap_stop(), |
|
69 | - 'options' => array( |
|
70 | - 'tipLocation' => 'left', |
|
71 | - ), |
|
72 | - ), |
|
73 | - 80 => array( |
|
74 | - 'id' => 'espresso_venue_virtual_loc_options', |
|
75 | - 'content' => $this->_venue_virtual_location_stop(), |
|
76 | - 'options' => array( |
|
77 | - 'tipLocation' => 'left', |
|
78 | - ), |
|
79 | - ), |
|
80 | - 90 => array( |
|
81 | - 'id' => 'postimagediv', |
|
82 | - 'content' => $this->_stop_featured_image(), |
|
83 | - 'options' => array( |
|
84 | - 'tipLocation' => 'left', |
|
85 | - ), |
|
86 | - ), |
|
87 | - 100 => array( |
|
88 | - 'id' => 'submitpost', |
|
89 | - 'content' => $this->_stop_publish_box(), |
|
90 | - 'options' => array( |
|
91 | - 'tipLocation' => 'left', |
|
92 | - ), |
|
93 | - ), |
|
24 | + protected function _set_tour_stops() |
|
25 | + { |
|
26 | + $this->_stops = array( |
|
27 | + 10 => array( |
|
28 | + 'content' => $this->_stop_one(), |
|
29 | + ), |
|
30 | + 20 => array( |
|
31 | + 'id' => 'titlewrap', |
|
32 | + 'content' => $this->_venue_title_stop(), |
|
33 | + 'options' => array( |
|
34 | + 'tipLocation' => 'bottom', |
|
35 | + 'tipAdjustmentY' => -30, |
|
36 | + ), |
|
37 | + ), |
|
38 | + 30 => array( |
|
39 | + 'id' => 'wp-content-editor-tools', |
|
40 | + 'content' => $this->_venue_editor_stop(), |
|
41 | + 'options' => array( |
|
42 | + 'tipLocation' => 'right', |
|
43 | + ), |
|
44 | + ), |
|
45 | + 40 => array( |
|
46 | + 'id' => 'tagsdiv-post_tag', |
|
47 | + 'content' => $this->_venue_tags_stop(), |
|
48 | + 'options' => array( |
|
49 | + 'tipLocation' => 'left', |
|
50 | + ), |
|
51 | + ), |
|
52 | + 50 => array( |
|
53 | + 'id' => 'espresso_venue_categoriesdiv', |
|
54 | + 'content' => $this->_venue_categories_stop(), |
|
55 | + 'options' => array( |
|
56 | + 'tipLocation' => 'left', |
|
57 | + ), |
|
58 | + ), |
|
59 | + 60 => array( |
|
60 | + 'id' => 'espresso_venue_address_options', |
|
61 | + 'content' => $this->_venue_physical_location_stop(), |
|
62 | + 'options' => array( |
|
63 | + 'tipLocation' => 'left', |
|
64 | + ), |
|
65 | + ), |
|
66 | + 70 => array( |
|
67 | + 'id' => 'espresso_venue_gmap_options', |
|
68 | + 'content' => $this->_venue_gmap_stop(), |
|
69 | + 'options' => array( |
|
70 | + 'tipLocation' => 'left', |
|
71 | + ), |
|
72 | + ), |
|
73 | + 80 => array( |
|
74 | + 'id' => 'espresso_venue_virtual_loc_options', |
|
75 | + 'content' => $this->_venue_virtual_location_stop(), |
|
76 | + 'options' => array( |
|
77 | + 'tipLocation' => 'left', |
|
78 | + ), |
|
79 | + ), |
|
80 | + 90 => array( |
|
81 | + 'id' => 'postimagediv', |
|
82 | + 'content' => $this->_stop_featured_image(), |
|
83 | + 'options' => array( |
|
84 | + 'tipLocation' => 'left', |
|
85 | + ), |
|
86 | + ), |
|
87 | + 100 => array( |
|
88 | + 'id' => 'submitpost', |
|
89 | + 'content' => $this->_stop_publish_box(), |
|
90 | + 'options' => array( |
|
91 | + 'tipLocation' => 'left', |
|
92 | + ), |
|
93 | + ), |
|
94 | 94 | |
95 | - ); |
|
96 | - } |
|
95 | + ); |
|
96 | + } |
|
97 | 97 | |
98 | 98 | |
99 | - protected function _stop_one() |
|
100 | - { |
|
101 | - $content = '<h3>' . __('Add Venue', 'event_espresso') . '</h3>'; |
|
102 | - $content .= '<p>' |
|
103 | - . __( |
|
104 | - 'This tour of the Venue Editor page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
|
105 | - 'event_espresso' |
|
106 | - ) . '</p>'; |
|
107 | - return $content; |
|
108 | - } |
|
99 | + protected function _stop_one() |
|
100 | + { |
|
101 | + $content = '<h3>' . __('Add Venue', 'event_espresso') . '</h3>'; |
|
102 | + $content .= '<p>' |
|
103 | + . __( |
|
104 | + 'This tour of the Venue Editor page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
|
105 | + 'event_espresso' |
|
106 | + ) . '</p>'; |
|
107 | + return $content; |
|
108 | + } |
|
109 | 109 | |
110 | - protected function _venue_title_stop() |
|
111 | - { |
|
112 | - return '<p>Enter the title for your venue in this field.</p>'; |
|
113 | - } |
|
110 | + protected function _venue_title_stop() |
|
111 | + { |
|
112 | + return '<p>Enter the title for your venue in this field.</p>'; |
|
113 | + } |
|
114 | 114 | |
115 | - protected function _venue_editor_stop() |
|
116 | - { |
|
117 | - return '<p>' |
|
118 | - . __( |
|
119 | - 'The rich text editor can be used to add information about your venue. Images and links can also be added along with your text.', |
|
120 | - 'event_espresso' |
|
121 | - ) . '</p>'; |
|
122 | - } |
|
115 | + protected function _venue_editor_stop() |
|
116 | + { |
|
117 | + return '<p>' |
|
118 | + . __( |
|
119 | + 'The rich text editor can be used to add information about your venue. Images and links can also be added along with your text.', |
|
120 | + 'event_espresso' |
|
121 | + ) . '</p>'; |
|
122 | + } |
|
123 | 123 | |
124 | - protected function _venue_tags_stop() |
|
125 | - { |
|
126 | - return '<p>' . __('Quickly add tags to your venue.', 'event_espresso') . '</p>'; |
|
127 | - } |
|
124 | + protected function _venue_tags_stop() |
|
125 | + { |
|
126 | + return '<p>' . __('Quickly add tags to your venue.', 'event_espresso') . '</p>'; |
|
127 | + } |
|
128 | 128 | |
129 | - protected function _venue_categories_stop() |
|
130 | - { |
|
131 | - return '<p>' . __('Venues can also be categorized if you wish.', 'event_espresso') . '</p>'; |
|
132 | - } |
|
129 | + protected function _venue_categories_stop() |
|
130 | + { |
|
131 | + return '<p>' . __('Venues can also be categorized if you wish.', 'event_espresso') . '</p>'; |
|
132 | + } |
|
133 | 133 | |
134 | - protected function _venue_physical_location_stop() |
|
135 | - { |
|
136 | - return '<p>' . __('Add a physical address for your venue.', 'event_espresso') . '</p>'; |
|
137 | - } |
|
134 | + protected function _venue_physical_location_stop() |
|
135 | + { |
|
136 | + return '<p>' . __('Add a physical address for your venue.', 'event_espresso') . '</p>'; |
|
137 | + } |
|
138 | 138 | |
139 | - protected function _venue_gmap_stop() |
|
140 | - { |
|
141 | - return '<p>' . __('Enable or disable a Google Map for your venue.', 'event_espresso') . '</p>'; |
|
142 | - } |
|
139 | + protected function _venue_gmap_stop() |
|
140 | + { |
|
141 | + return '<p>' . __('Enable or disable a Google Map for your venue.', 'event_espresso') . '</p>'; |
|
142 | + } |
|
143 | 143 | |
144 | - protected function _venue_virtual_location_stop() |
|
145 | - { |
|
146 | - return '<p>' . __('Setup a virtual location for your venue.', 'event_espresso') . '</p>'; |
|
147 | - } |
|
144 | + protected function _venue_virtual_location_stop() |
|
145 | + { |
|
146 | + return '<p>' . __('Setup a virtual location for your venue.', 'event_espresso') . '</p>'; |
|
147 | + } |
|
148 | 148 | |
149 | - protected function _stop_featured_image() |
|
150 | - { |
|
151 | - return '<p>' . __('Set a feature image for your venue here.', 'event_espresso') . '</p>'; |
|
152 | - } |
|
149 | + protected function _stop_featured_image() |
|
150 | + { |
|
151 | + return '<p>' . __('Set a feature image for your venue here.', 'event_espresso') . '</p>'; |
|
152 | + } |
|
153 | 153 | |
154 | - protected function _stop_publish_box() |
|
155 | - { |
|
156 | - return '<p>' |
|
157 | - . __( |
|
158 | - 'Easily control the status of your venue. The main options are Published, Pending Review, and Draft.', |
|
159 | - 'event_espresso' |
|
160 | - ) . '</p>'; |
|
161 | - } |
|
154 | + protected function _stop_publish_box() |
|
155 | + { |
|
156 | + return '<p>' |
|
157 | + . __( |
|
158 | + 'Easily control the status of your venue. The main options are Published, Pending Review, and Draft.', |
|
159 | + 'event_espresso' |
|
160 | + ) . '</p>'; |
|
161 | + } |
|
162 | 162 | } |
@@ -98,12 +98,12 @@ discard block |
||
98 | 98 | |
99 | 99 | protected function _stop_one() |
100 | 100 | { |
101 | - $content = '<h3>' . __('Add Venue', 'event_espresso') . '</h3>'; |
|
101 | + $content = '<h3>'.__('Add Venue', 'event_espresso').'</h3>'; |
|
102 | 102 | $content .= '<p>' |
103 | 103 | . __( |
104 | 104 | 'This tour of the Venue Editor page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
105 | 105 | 'event_espresso' |
106 | - ) . '</p>'; |
|
106 | + ).'</p>'; |
|
107 | 107 | return $content; |
108 | 108 | } |
109 | 109 | |
@@ -118,37 +118,37 @@ discard block |
||
118 | 118 | . __( |
119 | 119 | 'The rich text editor can be used to add information about your venue. Images and links can also be added along with your text.', |
120 | 120 | 'event_espresso' |
121 | - ) . '</p>'; |
|
121 | + ).'</p>'; |
|
122 | 122 | } |
123 | 123 | |
124 | 124 | protected function _venue_tags_stop() |
125 | 125 | { |
126 | - return '<p>' . __('Quickly add tags to your venue.', 'event_espresso') . '</p>'; |
|
126 | + return '<p>'.__('Quickly add tags to your venue.', 'event_espresso').'</p>'; |
|
127 | 127 | } |
128 | 128 | |
129 | 129 | protected function _venue_categories_stop() |
130 | 130 | { |
131 | - return '<p>' . __('Venues can also be categorized if you wish.', 'event_espresso') . '</p>'; |
|
131 | + return '<p>'.__('Venues can also be categorized if you wish.', 'event_espresso').'</p>'; |
|
132 | 132 | } |
133 | 133 | |
134 | 134 | protected function _venue_physical_location_stop() |
135 | 135 | { |
136 | - return '<p>' . __('Add a physical address for your venue.', 'event_espresso') . '</p>'; |
|
136 | + return '<p>'.__('Add a physical address for your venue.', 'event_espresso').'</p>'; |
|
137 | 137 | } |
138 | 138 | |
139 | 139 | protected function _venue_gmap_stop() |
140 | 140 | { |
141 | - return '<p>' . __('Enable or disable a Google Map for your venue.', 'event_espresso') . '</p>'; |
|
141 | + return '<p>'.__('Enable or disable a Google Map for your venue.', 'event_espresso').'</p>'; |
|
142 | 142 | } |
143 | 143 | |
144 | 144 | protected function _venue_virtual_location_stop() |
145 | 145 | { |
146 | - return '<p>' . __('Setup a virtual location for your venue.', 'event_espresso') . '</p>'; |
|
146 | + return '<p>'.__('Setup a virtual location for your venue.', 'event_espresso').'</p>'; |
|
147 | 147 | } |
148 | 148 | |
149 | 149 | protected function _stop_featured_image() |
150 | 150 | { |
151 | - return '<p>' . __('Set a feature image for your venue here.', 'event_espresso') . '</p>'; |
|
151 | + return '<p>'.__('Set a feature image for your venue here.', 'event_espresso').'</p>'; |
|
152 | 152 | } |
153 | 153 | |
154 | 154 | protected function _stop_publish_box() |
@@ -157,6 +157,6 @@ discard block |
||
157 | 157 | . __( |
158 | 158 | 'Easily control the status of your venue. The main options are Published, Pending Review, and Draft.', |
159 | 159 | 'event_espresso' |
160 | - ) . '</p>'; |
|
160 | + ).'</p>'; |
|
161 | 161 | } |
162 | 162 | } |
@@ -15,76 +15,76 @@ |
||
15 | 15 | class Venues_Edit_Category_Help_Tour extends EE_Help_Tour |
16 | 16 | { |
17 | 17 | |
18 | - protected function _set_tour_properties() |
|
19 | - { |
|
20 | - $this->_label = __('Edit Venue Category Tour', 'event_espresso'); |
|
21 | - $this->_slug = 'venue-edit-category-joyride'; |
|
22 | - } |
|
18 | + protected function _set_tour_properties() |
|
19 | + { |
|
20 | + $this->_label = __('Edit Venue Category Tour', 'event_espresso'); |
|
21 | + $this->_slug = 'venue-edit-category-joyride'; |
|
22 | + } |
|
23 | 23 | |
24 | - protected function _set_tour_stops() |
|
25 | - { |
|
26 | - $this->_stops = array( |
|
27 | - 10 => array( |
|
28 | - 'content' => $this->_stop_one(), |
|
29 | - ), |
|
30 | - 20 => array( |
|
31 | - 'id' => 'category_name', |
|
32 | - 'content' => $this->_category_name_stop(), |
|
33 | - 'options' => array( |
|
34 | - 'tipLocation' => 'right', |
|
35 | - 'tipAdjustmentY' => -55, |
|
36 | - 'tipAdjustmentX' => 5, |
|
37 | - ), |
|
38 | - ), |
|
39 | - 30 => array( |
|
40 | - 'id' => 'cat_id', |
|
41 | - 'content' => $this->_category_id_stop(), |
|
42 | - 'options' => array( |
|
43 | - 'tipLocation' => 'right', |
|
44 | - 'tipAdjustmentY' => -55, |
|
45 | - 'tipAdjustmentX' => 5, |
|
46 | - ), |
|
47 | - ), |
|
48 | - 40 => array( |
|
49 | - 'id' => 'category_desc', |
|
50 | - 'content' => $this->_category_editor_stop(), |
|
51 | - 'options' => array( |
|
52 | - 'tipLocation' => 'top', |
|
53 | - 'tipAdjustmentY' => -75, |
|
54 | - 'tipAdjustmentX' => 250, |
|
55 | - ), |
|
56 | - ), |
|
57 | - ); |
|
58 | - } |
|
24 | + protected function _set_tour_stops() |
|
25 | + { |
|
26 | + $this->_stops = array( |
|
27 | + 10 => array( |
|
28 | + 'content' => $this->_stop_one(), |
|
29 | + ), |
|
30 | + 20 => array( |
|
31 | + 'id' => 'category_name', |
|
32 | + 'content' => $this->_category_name_stop(), |
|
33 | + 'options' => array( |
|
34 | + 'tipLocation' => 'right', |
|
35 | + 'tipAdjustmentY' => -55, |
|
36 | + 'tipAdjustmentX' => 5, |
|
37 | + ), |
|
38 | + ), |
|
39 | + 30 => array( |
|
40 | + 'id' => 'cat_id', |
|
41 | + 'content' => $this->_category_id_stop(), |
|
42 | + 'options' => array( |
|
43 | + 'tipLocation' => 'right', |
|
44 | + 'tipAdjustmentY' => -55, |
|
45 | + 'tipAdjustmentX' => 5, |
|
46 | + ), |
|
47 | + ), |
|
48 | + 40 => array( |
|
49 | + 'id' => 'category_desc', |
|
50 | + 'content' => $this->_category_editor_stop(), |
|
51 | + 'options' => array( |
|
52 | + 'tipLocation' => 'top', |
|
53 | + 'tipAdjustmentY' => -75, |
|
54 | + 'tipAdjustmentX' => 250, |
|
55 | + ), |
|
56 | + ), |
|
57 | + ); |
|
58 | + } |
|
59 | 59 | |
60 | 60 | |
61 | - protected function _stop_one() |
|
62 | - { |
|
63 | - $content = '<h3>' . __('Edit Venue Category', 'event_espresso') . '</h3>'; |
|
64 | - $content .= '<p>' |
|
65 | - . __( |
|
66 | - 'This tour of the Edit Venue Category page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
|
67 | - 'event_espresso' |
|
68 | - ) . '</p>'; |
|
69 | - return $content; |
|
70 | - } |
|
61 | + protected function _stop_one() |
|
62 | + { |
|
63 | + $content = '<h3>' . __('Edit Venue Category', 'event_espresso') . '</h3>'; |
|
64 | + $content .= '<p>' |
|
65 | + . __( |
|
66 | + 'This tour of the Edit Venue Category page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
|
67 | + 'event_espresso' |
|
68 | + ) . '</p>'; |
|
69 | + return $content; |
|
70 | + } |
|
71 | 71 | |
72 | - protected function _category_name_stop() |
|
73 | - { |
|
74 | - return '<p>' . __('Edit the name for your venue category.', 'event_espresso') . '</p>'; |
|
75 | - } |
|
72 | + protected function _category_name_stop() |
|
73 | + { |
|
74 | + return '<p>' . __('Edit the name for your venue category.', 'event_espresso') . '</p>'; |
|
75 | + } |
|
76 | 76 | |
77 | - protected function _category_id_stop() |
|
78 | - { |
|
79 | - return '<p>' . __('View the unique ID for your category (cannot be changed).', 'event_espresso') . '</p>'; |
|
80 | - } |
|
77 | + protected function _category_id_stop() |
|
78 | + { |
|
79 | + return '<p>' . __('View the unique ID for your category (cannot be changed).', 'event_espresso') . '</p>'; |
|
80 | + } |
|
81 | 81 | |
82 | - protected function _category_editor_stop() |
|
83 | - { |
|
84 | - return '<p>' |
|
85 | - . __( |
|
86 | - 'The rich text editor can be used to edit information about your venue category. Images and links can also be added or removed along with your text.', |
|
87 | - 'event_espresso' |
|
88 | - ) . '</p>'; |
|
89 | - } |
|
82 | + protected function _category_editor_stop() |
|
83 | + { |
|
84 | + return '<p>' |
|
85 | + . __( |
|
86 | + 'The rich text editor can be used to edit information about your venue category. Images and links can also be added or removed along with your text.', |
|
87 | + 'event_espresso' |
|
88 | + ) . '</p>'; |
|
89 | + } |
|
90 | 90 | } |
@@ -60,23 +60,23 @@ discard block |
||
60 | 60 | |
61 | 61 | protected function _stop_one() |
62 | 62 | { |
63 | - $content = '<h3>' . __('Edit Venue Category', 'event_espresso') . '</h3>'; |
|
63 | + $content = '<h3>'.__('Edit Venue Category', 'event_espresso').'</h3>'; |
|
64 | 64 | $content .= '<p>' |
65 | 65 | . __( |
66 | 66 | 'This tour of the Edit Venue Category page will provide an overview of the different areas of the screen to help you understand what they are used for.', |
67 | 67 | 'event_espresso' |
68 | - ) . '</p>'; |
|
68 | + ).'</p>'; |
|
69 | 69 | return $content; |
70 | 70 | } |
71 | 71 | |
72 | 72 | protected function _category_name_stop() |
73 | 73 | { |
74 | - return '<p>' . __('Edit the name for your venue category.', 'event_espresso') . '</p>'; |
|
74 | + return '<p>'.__('Edit the name for your venue category.', 'event_espresso').'</p>'; |
|
75 | 75 | } |
76 | 76 | |
77 | 77 | protected function _category_id_stop() |
78 | 78 | { |
79 | - return '<p>' . __('View the unique ID for your category (cannot be changed).', 'event_espresso') . '</p>'; |
|
79 | + return '<p>'.__('View the unique ID for your category (cannot be changed).', 'event_espresso').'</p>'; |
|
80 | 80 | } |
81 | 81 | |
82 | 82 | protected function _category_editor_stop() |
@@ -85,6 +85,6 @@ discard block |
||
85 | 85 | . __( |
86 | 86 | 'The rich text editor can be used to edit information about your venue category. Images and links can also be added or removed along with your text.', |
87 | 87 | 'event_espresso' |
88 | - ) . '</p>'; |
|
88 | + ).'</p>'; |
|
89 | 89 | } |
90 | 90 | } |