@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 2 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) |
|
| 3 | 3 | exit('NO direct script access allowed'); |
| 4 | 4 | |
| 5 | 5 | /** |
@@ -71,21 +71,21 @@ discard block |
||
| 71 | 71 | |
| 72 | 72 | |
| 73 | 73 | protected function _start() { |
| 74 | - $content = '<h3>' . __('Google Maps Settings', 'event_espresso') . '</h3>'; |
|
| 75 | - $content .= '<p>' . __('This tour of the Google Maps page will go over different areas of the screen to help you understand what they are used for.', 'event_espresso') . '</p>'; |
|
| 74 | + $content = '<h3>'.__('Google Maps Settings', 'event_espresso').'</h3>'; |
|
| 75 | + $content .= '<p>'.__('This tour of the Google Maps page will go over different areas of the screen to help you understand what they are used for.', 'event_espresso').'</p>'; |
|
| 76 | 76 | return $content; |
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | protected function _use_google_maps_stop() { |
| 80 | - return '<p>' . __('Turn Google maps on or off site wide for Event Espresso.', 'event_espresso') . '</p>'; |
|
| 80 | + return '<p>'.__('Turn Google maps on or off site wide for Event Espresso.', 'event_espresso').'</p>'; |
|
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | protected function _reg_page_map_settings_stop() { |
| 84 | - return '<p>' . __('These settings affect the single registration page maps only.', 'event_espresso') . '</p>'; |
|
| 84 | + return '<p>'.__('These settings affect the single registration page maps only.', 'event_espresso').'</p>'; |
|
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | protected function _event_list_map_stop() { |
| 88 | - return '<p>' . __('These setting affect the event list page maps.', 'event_espresso') . '</p>'; |
|
| 88 | + return '<p>'.__('These setting affect the event list page maps.', 'event_espresso').'</p>'; |
|
| 89 | 89 | } |
| 90 | 90 | |
| 91 | 91 | } |
| 92 | 92 | \ No newline at end of file |
@@ -6,8 +6,9 @@ |
||
| 6 | 6 | * @package Event Espresso |
| 7 | 7 | * @subpackage messages |
| 8 | 8 | */ |
| 9 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 9 | +if (!defined('EVENT_ESPRESSO_VERSION') ) { |
|
| 10 | 10 | exit('NO direct script access allowed'); |
| 11 | +} |
|
| 11 | 12 | |
| 12 | 13 | /** |
| 13 | 14 | * |
@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | $this->_slug = 'venue-add-category-joyride'; |
| 35 | 35 | } |
| 36 | 36 | |
| 37 | - protected function _set_tour_stops() { |
|
| 37 | + protected function _set_tour_stops() { |
|
| 38 | 38 | $this->_stops = array( |
| 39 | 39 | 10 => array( |
| 40 | 40 | 'content' => $this->_stop_one(), |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | 'options' => array( |
| 55 | 55 | 'tipLocation' => 'right', |
| 56 | 56 | 'tipAdjustmentY' => -55, |
| 57 | - 'tipAdjustmentX' => 5 |
|
| 57 | + 'tipAdjustmentX' => 5 |
|
| 58 | 58 | ) |
| 59 | 59 | ), |
| 60 | 60 | 40 => array( |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | 'options' => array( |
| 64 | 64 | 'tipLocation' => 'top', |
| 65 | 65 | 'tipAdjustmentY' => -75, |
| 66 | - 'tipAdjustmentX' => 250 |
|
| 66 | + 'tipAdjustmentX' => 250 |
|
| 67 | 67 | ) |
| 68 | 68 | ) |
| 69 | 69 | ); |
@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 2 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) |
|
| 3 | 3 | exit('NO direct script access allowed'); |
| 4 | 4 | |
| 5 | 5 | /** |
@@ -71,21 +71,21 @@ discard block |
||
| 71 | 71 | |
| 72 | 72 | |
| 73 | 73 | protected function _stop_one() { |
| 74 | - $content = '<h3>' . __('Add New Venue Category', 'event_espresso') . '</h3>'; |
|
| 75 | - $content .= '<p>' . __('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.', 'event_espresso') . '</p>'; |
|
| 74 | + $content = '<h3>'.__('Add New Venue Category', 'event_espresso').'</h3>'; |
|
| 75 | + $content .= '<p>'.__('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.', 'event_espresso').'</p>'; |
|
| 76 | 76 | return $content; |
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | protected function _category_name_stop() { |
| 80 | - return '<p>' . __('Enter a name for your new venue category.', 'event_espresso') . '</p>'; |
|
| 80 | + return '<p>'.__('Enter a name for your new venue category.', 'event_espresso').'</p>'; |
|
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | protected function _category_id_stop() { |
| 84 | - return '<p>' . __('Enter a unique ID for your new venue category.', 'event_espresso') . '</p>'; |
|
| 84 | + return '<p>'.__('Enter a unique ID for your new venue category.', 'event_espresso').'</p>'; |
|
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | protected function _category_editor_stop() { |
| 88 | - return '<p>' . __('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.', 'event_espresso') . '</p>'; |
|
| 88 | + return '<p>'.__('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.', 'event_espresso').'</p>'; |
|
| 89 | 89 | } |
| 90 | 90 | |
| 91 | 91 | } |
| 92 | 92 | \ No newline at end of file |
@@ -6,8 +6,9 @@ |
||
| 6 | 6 | * @package Event Espresso |
| 7 | 7 | * @subpackage messages |
| 8 | 8 | */ |
| 9 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 9 | +if (!defined('EVENT_ESPRESSO_VERSION') ) { |
|
| 10 | 10 | exit('NO direct script access allowed'); |
| 11 | +} |
|
| 11 | 12 | |
| 12 | 13 | /** |
| 13 | 14 | * |
@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 2 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) |
|
| 3 | 3 | exit('NO direct script access allowed'); |
| 4 | 4 | |
| 5 | 5 | /** |
@@ -109,8 +109,8 @@ discard block |
||
| 109 | 109 | |
| 110 | 110 | |
| 111 | 111 | protected function _stop_one() { |
| 112 | - $content = '<h3>' . __('Add Venue', 'event_espresso') . '</h3>'; |
|
| 113 | - $content .= '<p>' . __('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.', 'event_espresso') . '</p>'; |
|
| 112 | + $content = '<h3>'.__('Add Venue', 'event_espresso').'</h3>'; |
|
| 113 | + $content .= '<p>'.__('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.', 'event_espresso').'</p>'; |
|
| 114 | 114 | return $content; |
| 115 | 115 | } |
| 116 | 116 | |
@@ -119,35 +119,35 @@ discard block |
||
| 119 | 119 | } |
| 120 | 120 | |
| 121 | 121 | protected function _venue_editor_stop() { |
| 122 | - return '<p>' . __('The rich text editor can be used to add information about your venue. Images and links can also be added along with your text.', 'event_espresso') . '</p>'; |
|
| 122 | + return '<p>'.__('The rich text editor can be used to add information about your venue. Images and links can also be added along with your text.', 'event_espresso').'</p>'; |
|
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | protected function _venue_tags_stop() { |
| 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 | - return '<p>' . __('Venues can also be categorized if you wish.', 'event_espresso') . '</p>'; |
|
| 130 | + return '<p>'.__('Venues can also be categorized if you wish.', 'event_espresso').'</p>'; |
|
| 131 | 131 | } |
| 132 | 132 | |
| 133 | 133 | protected function _venue_physical_location_stop() { |
| 134 | - return '<p>' . __('Add a physical address for your venue.', 'event_espresso') . '</p>'; |
|
| 134 | + return '<p>'.__('Add a physical address for your venue.', 'event_espresso').'</p>'; |
|
| 135 | 135 | } |
| 136 | 136 | |
| 137 | 137 | protected function _venue_gmap_stop() { |
| 138 | - return '<p>' . __('Enable or disable a Google Map for your venue.', 'event_espresso') . '</p>'; |
|
| 138 | + return '<p>'.__('Enable or disable a Google Map for your venue.', 'event_espresso').'</p>'; |
|
| 139 | 139 | } |
| 140 | 140 | |
| 141 | 141 | protected function _venue_virtual_location_stop() { |
| 142 | - return '<p>' . __('Setup a virtual location for your venue.', 'event_espresso') . '</p>'; |
|
| 142 | + return '<p>'.__('Setup a virtual location for your venue.', 'event_espresso').'</p>'; |
|
| 143 | 143 | } |
| 144 | 144 | |
| 145 | 145 | protected function _stop_featured_image() { |
| 146 | - return '<p>' . __('Set a feature image for your venue here.', 'event_espresso') . '</p>'; |
|
| 146 | + return '<p>'.__('Set a feature image for your venue here.', 'event_espresso').'</p>'; |
|
| 147 | 147 | } |
| 148 | 148 | |
| 149 | 149 | protected function _stop_publish_box() { |
| 150 | - return '<p>' . __('Easily control the status of your venue. The main options are Published, Pending Review, and Draft.', 'event_espresso') . '</p>'; |
|
| 150 | + return '<p>'.__('Easily control the status of your venue. The main options are Published, Pending Review, and Draft.', 'event_espresso').'</p>'; |
|
| 151 | 151 | } |
| 152 | 152 | |
| 153 | 153 | } |
| 154 | 154 | \ No newline at end of file |
@@ -6,8 +6,9 @@ |
||
| 6 | 6 | * @package Event Espresso |
| 7 | 7 | * @subpackage messages |
| 8 | 8 | */ |
| 9 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 9 | +if (!defined('EVENT_ESPRESSO_VERSION') ) { |
|
| 10 | 10 | exit('NO direct script access allowed'); |
| 11 | +} |
|
| 11 | 12 | |
| 12 | 13 | /** |
| 13 | 14 | * |
@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 2 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) |
|
| 3 | 3 | exit('NO direct script access allowed'); |
| 4 | 4 | |
| 5 | 5 | /** |
@@ -107,36 +107,36 @@ discard block |
||
| 107 | 107 | |
| 108 | 108 | |
| 109 | 109 | protected function _start() { |
| 110 | - $content = '<h3>' . __('Venue Overview', 'event_espresso') . '</h3>'; |
|
| 111 | - $content .= '<p>' . __('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.', 'event_espresso') . '</p>'; |
|
| 110 | + $content = '<h3>'.__('Venue Overview', 'event_espresso').'</h3>'; |
|
| 111 | + $content .= '<p>'.__('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.', 'event_espresso').'</p>'; |
|
| 112 | 112 | return $content; |
| 113 | 113 | } |
| 114 | 114 | |
| 115 | 115 | protected function _id_stop() { |
| 116 | - return '<p>' . __('View the venue category ID. Can be sorted by ascending or descending order.', 'event_espresso') . '</p>'; |
|
| 116 | + return '<p>'.__('View the venue category ID. Can be sorted by ascending or descending order.', 'event_espresso').'</p>'; |
|
| 117 | 117 | } |
| 118 | 118 | |
| 119 | 119 | protected function _name_stop() { |
| 120 | - return '<p>' . __('View the name of each venue category. Can be sorted by ascending or descending order.', 'event_espresso') . '</p>'; |
|
| 120 | + return '<p>'.__('View the name of each venue category. Can be sorted by ascending or descending order.', 'event_espresso').'</p>'; |
|
| 121 | 121 | } |
| 122 | 122 | |
| 123 | 123 | protected function _shortcode_stop() { |
| 124 | - return '<p>' . __('View the shortcode for a venue category. This shortcode can be added to an event, WordPress post, or WordPress page. ', 'event_espresso') . '</p>'; |
|
| 124 | + return '<p>'.__('View the shortcode for a venue category. This shortcode can be added to an event, WordPress post, or WordPress page. ', 'event_espresso').'</p>'; |
|
| 125 | 125 | } |
| 126 | 126 | |
| 127 | 127 | protected function _count_stop() { |
| 128 | - return '<p>' . __('View the number of venues that are associated with a category.', 'event_espresso') . '</p>'; |
|
| 128 | + return '<p>'.__('View the number of venues that are associated with a category.', 'event_espresso').'</p>'; |
|
| 129 | 129 | } |
| 130 | 130 | |
| 131 | 131 | protected function _bulk_actions_stop() { |
| 132 | - return '<p>' . __('Perform bulk actions to multiple venue categories.', 'event_espresso') . '</p>'; |
|
| 132 | + return '<p>'.__('Perform bulk actions to multiple venue categories.', 'event_espresso').'</p>'; |
|
| 133 | 133 | } |
| 134 | 134 | |
| 135 | 135 | protected function _search_stop() { |
| 136 | - return '<p>' . __('Search through venues categories. The following sources will be searched: Venue Category ID, Venue Category Name, Venue Shortcode, and Venue Count.', 'event_espresso') . '</p>'; |
|
| 136 | + return '<p>'.__('Search through venues categories. The following sources will be searched: Venue Category ID, Venue Category Name, Venue Shortcode, and Venue Count.', 'event_espresso').'</p>'; |
|
| 137 | 137 | } |
| 138 | 138 | |
| 139 | 139 | protected function _new_category_stop() { |
| 140 | - return '<p>' . __('Click here to add a new venue category.', 'event_espresso') . '</p>'; |
|
| 140 | + return '<p>'.__('Click here to add a new venue category.', 'event_espresso').'</p>'; |
|
| 141 | 141 | } |
| 142 | 142 | } |
| 143 | 143 | \ No newline at end of file |
@@ -6,8 +6,9 @@ |
||
| 6 | 6 | * @package Event Espresso |
| 7 | 7 | * @subpackage messages |
| 8 | 8 | */ |
| 9 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 9 | +if (!defined('EVENT_ESPRESSO_VERSION') ) { |
|
| 10 | 10 | exit('NO direct script access allowed'); |
| 11 | +} |
|
| 11 | 12 | |
| 12 | 13 | /** |
| 13 | 14 | * |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | 'options' => array( |
| 55 | 55 | 'tipLocation' => 'right', |
| 56 | 56 | 'tipAdjustmentY' => -55, |
| 57 | - 'tipAdjustmentX' => 5 |
|
| 57 | + 'tipAdjustmentX' => 5 |
|
| 58 | 58 | ) |
| 59 | 59 | ), |
| 60 | 60 | 40 => array( |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | 'options' => array( |
| 64 | 64 | 'tipLocation' => 'top', |
| 65 | 65 | 'tipAdjustmentY' => -75, |
| 66 | - 'tipAdjustmentX' => 250 |
|
| 66 | + 'tipAdjustmentX' => 250 |
|
| 67 | 67 | ) |
| 68 | 68 | ) |
| 69 | 69 | ); |
@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 2 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) |
|
| 3 | 3 | exit('NO direct script access allowed'); |
| 4 | 4 | |
| 5 | 5 | /** |
@@ -71,21 +71,21 @@ discard block |
||
| 71 | 71 | |
| 72 | 72 | |
| 73 | 73 | protected function _stop_one() { |
| 74 | - $content = '<h3>' . __('Edit Venue Category', 'event_espresso') . '</h3>'; |
|
| 75 | - $content .= '<p>' . __('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.', 'event_espresso') . '</p>'; |
|
| 74 | + $content = '<h3>'.__('Edit Venue Category', 'event_espresso').'</h3>'; |
|
| 75 | + $content .= '<p>'.__('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.', 'event_espresso').'</p>'; |
|
| 76 | 76 | return $content; |
| 77 | 77 | } |
| 78 | 78 | |
| 79 | 79 | protected function _category_name_stop() { |
| 80 | - return '<p>' . __('Edit the name for your venue category.', 'event_espresso') . '</p>'; |
|
| 80 | + return '<p>'.__('Edit the name for your venue category.', 'event_espresso').'</p>'; |
|
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | protected function _category_id_stop() { |
| 84 | - return '<p>' . __('View the unique ID for your category (cannot be changed).', 'event_espresso') . '</p>'; |
|
| 84 | + return '<p>'.__('View the unique ID for your category (cannot be changed).', 'event_espresso').'</p>'; |
|
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | protected function _category_editor_stop() { |
| 88 | - return '<p>' . __('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.', 'event_espresso') . '</p>'; |
|
| 88 | + return '<p>'.__('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.', 'event_espresso').'</p>'; |
|
| 89 | 89 | } |
| 90 | 90 | |
| 91 | 91 | } |
| 92 | 92 | \ No newline at end of file |
@@ -6,8 +6,9 @@ |
||
| 6 | 6 | * @package Event Espresso |
| 7 | 7 | * @subpackage messages |
| 8 | 8 | */ |
| 9 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 9 | +if (!defined('EVENT_ESPRESSO_VERSION') ) { |
|
| 10 | 10 | exit('NO direct script access allowed'); |
| 11 | +} |
|
| 11 | 12 | |
| 12 | 13 | /** |
| 13 | 14 | * |
@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 2 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) |
|
| 3 | 3 | exit('NO direct script access allowed'); |
| 4 | 4 | |
| 5 | 5 | /** |
@@ -109,8 +109,8 @@ discard block |
||
| 109 | 109 | |
| 110 | 110 | |
| 111 | 111 | protected function _stop_one() { |
| 112 | - $content = '<h3>' . __('Edit Venue', 'event_espresso') . '</h3>'; |
|
| 113 | - $content .= '<p>' . __('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.', 'event_espresso') . '</p>'; |
|
| 112 | + $content = '<h3>'.__('Edit Venue', 'event_espresso').'</h3>'; |
|
| 113 | + $content .= '<p>'.__('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.', 'event_espresso').'</p>'; |
|
| 114 | 114 | return $content; |
| 115 | 115 | } |
| 116 | 116 | |
@@ -119,35 +119,35 @@ discard block |
||
| 119 | 119 | } |
| 120 | 120 | |
| 121 | 121 | protected function _venue_editor_stop() { |
| 122 | - return '<p>' . __('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.', 'event_espresso') . '</p>'; |
|
| 122 | + return '<p>'.__('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.', 'event_espresso').'</p>'; |
|
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | protected function _venue_tags_stop() { |
| 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 | - return '<p>' . __('Venues can also be categorized if you wish.', 'event_espresso') . '</p>'; |
|
| 130 | + return '<p>'.__('Venues can also be categorized if you wish.', 'event_espresso').'</p>'; |
|
| 131 | 131 | } |
| 132 | 132 | |
| 133 | 133 | protected function _venue_physical_location_stop() { |
| 134 | - return '<p>' . __('Edit the physical address for your venue.', 'event_espresso') . '</p>'; |
|
| 134 | + return '<p>'.__('Edit the physical address for your venue.', 'event_espresso').'</p>'; |
|
| 135 | 135 | } |
| 136 | 136 | |
| 137 | 137 | protected function _venue_gmap_stop() { |
| 138 | - return '<p>' . __('Enable or disable a Google Map for your venue.', 'event_espresso') . '</p>'; |
|
| 138 | + return '<p>'.__('Enable or disable a Google Map for your venue.', 'event_espresso').'</p>'; |
|
| 139 | 139 | } |
| 140 | 140 | |
| 141 | 141 | protected function _venue_virtual_location_stop() { |
| 142 | - return '<p>' . __('Setup a virtual location for your venue.', 'event_espresso') . '</p>'; |
|
| 142 | + return '<p>'.__('Setup a virtual location for your venue.', 'event_espresso').'</p>'; |
|
| 143 | 143 | } |
| 144 | 144 | |
| 145 | 145 | protected function _stop_featured_image() { |
| 146 | - return '<p>' . __('Set a feature image for your venue here.', 'event_espresso') . '</p>'; |
|
| 146 | + return '<p>'.__('Set a feature image for your venue here.', 'event_espresso').'</p>'; |
|
| 147 | 147 | } |
| 148 | 148 | |
| 149 | 149 | protected function _stop_publish_box() { |
| 150 | - return '<p>' . __('Easily control the status of your venue. The main options are Published, Pending Review, and Draft.', 'event_espresso') . '</p>'; |
|
| 150 | + return '<p>'.__('Easily control the status of your venue. The main options are Published, Pending Review, and Draft.', 'event_espresso').'</p>'; |
|
| 151 | 151 | } |
| 152 | 152 | |
| 153 | 153 | } |
| 154 | 154 | \ No newline at end of file |
@@ -6,8 +6,9 @@ |
||
| 6 | 6 | * @package Event Espresso |
| 7 | 7 | * @subpackage messages |
| 8 | 8 | */ |
| 9 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 9 | +if (!defined('EVENT_ESPRESSO_VERSION') ) { |
|
| 10 | 10 | exit('NO direct script access allowed'); |
| 11 | +} |
|
| 11 | 12 | |
| 12 | 13 | /** |
| 13 | 14 | * |
@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 2 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) |
|
| 3 | 3 | exit('NO direct script access allowed'); |
| 4 | 4 | |
| 5 | 5 | /** |
@@ -125,44 +125,44 @@ discard block |
||
| 125 | 125 | |
| 126 | 126 | |
| 127 | 127 | protected function _start() { |
| 128 | - $content = '<h3>' . __('Venue Overview', 'event_espresso') . '</h3>'; |
|
| 129 | - $content .= '<p>' . __('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.', 'event_espresso') . '</p>'; |
|
| 128 | + $content = '<h3>'.__('Venue Overview', 'event_espresso').'</h3>'; |
|
| 129 | + $content .= '<p>'.__('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.', 'event_espresso').'</p>'; |
|
| 130 | 130 | return $content; |
| 131 | 131 | } |
| 132 | 132 | |
| 133 | 133 | protected function _id_stop() { |
| 134 | - return '<p>' . __('View the venue ID. Can be sorted by ascending or descending order.', 'event_espresso') . '</p>'; |
|
| 134 | + return '<p>'.__('View the venue ID. Can be sorted by ascending or descending order.', 'event_espresso').'</p>'; |
|
| 135 | 135 | } |
| 136 | 136 | |
| 137 | 137 | protected function _name_stop() { |
| 138 | - return '<p>' . __('View the name of each venue. Can be sorted by ascending or descending order.', 'event_espresso') . '</p>'; |
|
| 138 | + return '<p>'.__('View the name of each venue. Can be sorted by ascending or descending order.', 'event_espresso').'</p>'; |
|
| 139 | 139 | } |
| 140 | 140 | |
| 141 | 141 | protected function _address_stop() { |
| 142 | - return '<p>' . __('View the address for each venue.', 'event_espresso') . '</p>'; |
|
| 142 | + return '<p>'.__('View the address for each venue.', 'event_espresso').'</p>'; |
|
| 143 | 143 | } |
| 144 | 144 | |
| 145 | 145 | protected function _city_stop() { |
| 146 | - return '<p>' . __('View the city for each venue. Can be sorted by ascending or descending order.', 'event_espresso') . '</p>'; |
|
| 146 | + return '<p>'.__('View the city for each venue. Can be sorted by ascending or descending order.', 'event_espresso').'</p>'; |
|
| 147 | 147 | } |
| 148 | 148 | |
| 149 | 149 | protected function _capacity_stop() { |
| 150 | - return '<p>' . __('View the capacity for each venue. Can be sorted by ascending or descending order.', 'event_espresso') . '</p>'; |
|
| 150 | + return '<p>'.__('View the capacity for each venue. Can be sorted by ascending or descending order.', 'event_espresso').'</p>'; |
|
| 151 | 151 | } |
| 152 | 152 | |
| 153 | 153 | protected function _shortcode_stop() { |
| 154 | - return '<p>' . __('View the shortcode for a venue. This shortcode can be added to an event, WordPress post, or WordPress page. ', 'event_espresso') . '</p>'; |
|
| 154 | + return '<p>'.__('View the shortcode for a venue. This shortcode can be added to an event, WordPress post, or WordPress page. ', 'event_espresso').'</p>'; |
|
| 155 | 155 | } |
| 156 | 156 | |
| 157 | 157 | protected function _bulk_actions_stop() { |
| 158 | - return '<p>' . __('Perform bulk actions to multiple venues.', 'event_espresso') . '</p>'; |
|
| 158 | + return '<p>'.__('Perform bulk actions to multiple venues.', 'event_espresso').'</p>'; |
|
| 159 | 159 | } |
| 160 | 160 | |
| 161 | 161 | protected function _search_stop() { |
| 162 | - return '<p>' . __('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.', 'event_espresso') . '</p>'; |
|
| 162 | + return '<p>'.__('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.', 'event_espresso').'</p>'; |
|
| 163 | 163 | } |
| 164 | 164 | |
| 165 | 165 | protected function _new_venue_stop() { |
| 166 | - return '<p>' . __('Click here to add a new venue.', 'event_espresso') . '</p>'; |
|
| 166 | + return '<p>'.__('Click here to add a new venue.', 'event_espresso').'</p>'; |
|
| 167 | 167 | } |
| 168 | 168 | } |
| 169 | 169 | \ No newline at end of file |
@@ -6,8 +6,9 @@ |
||
| 6 | 6 | * @package Event Espresso |
| 7 | 7 | * @subpackage messages |
| 8 | 8 | */ |
| 9 | -if (!defined('EVENT_ESPRESSO_VERSION') ) |
|
| 9 | +if (!defined('EVENT_ESPRESSO_VERSION') ) { |
|
| 10 | 10 | exit('NO direct script access allowed'); |
| 11 | +} |
|
| 11 | 12 | |
| 12 | 13 | /** |
| 13 | 14 | * |
@@ -3,11 +3,11 @@ discard block |
||
| 3 | 3 | <td valign="top" class="use-ven-manager"> |
| 4 | 4 | <label><?php _e('Select from Venue Manager List', 'event_espresso'); ?></label> |
| 5 | 5 | <?php echo $venue_selector; ?> |
| 6 | - <?php foreach ( $venues as $venue ) : |
|
| 6 | + <?php foreach ($venues as $venue) : |
|
| 7 | 7 | $selected = $evt_venue_id == $venue->ID() ? '' : ' style="display:none;"'; |
| 8 | - $edit_url = EE_Admin_Page::add_query_args_and_nonce( array( 'action' => 'edit', 'post' => $venue->ID() ), EE_VENUES_ADMIN_URL ); |
|
| 9 | - $state_name = is_object( $venue->state_obj() ) ? $venue->state_obj()->name() : NULL; |
|
| 10 | - $country_name = is_object( $venue->country_obj() ) ? $venue->country_obj()->name() : NULL; |
|
| 8 | + $edit_url = EE_Admin_Page::add_query_args_and_nonce(array('action' => 'edit', 'post' => $venue->ID()), EE_VENUES_ADMIN_URL); |
|
| 9 | + $state_name = is_object($venue->state_obj()) ? $venue->state_obj()->name() : NULL; |
|
| 10 | + $country_name = is_object($venue->country_obj()) ? $venue->country_obj()->name() : NULL; |
|
| 11 | 11 | ?> |
| 12 | 12 | <fieldset id="eebox_<?php echo $venue->ID(); ?>" class="eebox"<?php echo $selected; ?>> |
| 13 | 13 | <ul class="address-view"> |
@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | <span><?php _e('State:', 'event_espresso'); ?></span> <?php echo $state_name; ?><br /> |
| 19 | 19 | <span><?php _e('Country:', 'event_espresso'); ?></span> <?php echo $country_name; ?><br /> |
| 20 | 20 | <span><?php _e('Venue ID:', 'event_espresso'); ?></span> <?php echo $venue->ID(); ?><br /></p> |
| 21 | - <!-- <?php printf( __('This venue\'s shortcode: %s[ESPRESSO_VENUE id="%d"]%s', 'event_espresso'), '<strong class="highlight">', $venue->ID(), '</strong>' ); ?><br /> --> |
|
| 21 | + <!-- <?php printf(__('This venue\'s shortcode: %s[ESPRESSO_VENUE id="%d"]%s', 'event_espresso'), '<strong class="highlight">', $venue->ID(), '</strong>'); ?><br /> --> |
|
| 22 | 22 | <a href="<?php echo $edit_url; ?>" target="_blank"><?php _e('Edit this Venue', 'event_espresso'); ?></a> |
| 23 | 23 | </li> |
| 24 | 24 | </ul> |
@@ -87,19 +87,19 @@ discard block |
||
| 87 | 87 | <td> |
| 88 | 88 | <label for="event_details_control_type-default" class="ee-admin-radio-lbl"> |
| 89 | 89 | <?php $checked = $map_settings->event_details_control_type == 'default' ? 'checked="checked"' : ''; ?> |
| 90 | - <input id="event_details_control_type-default" type="radio" name="event_details_control_type" value="default"<?php echo $checked;?>/> |
|
| 90 | + <input id="event_details_control_type-default" type="radio" name="event_details_control_type" value="default"<?php echo $checked; ?>/> |
|
| 91 | 91 | <?php _e(' Default', 'event_espresso') ?> |
| 92 | 92 | </label> |
| 93 | 93 | |
| 94 | 94 | <label for="event_details_control_type-horizontal" class="ee-admin-radio-lbl"> |
| 95 | 95 | <?php $checked = $map_settings->event_details_control_type == 'horizontal' ? 'checked="checked"' : ''; ?> |
| 96 | - <input id="event_details_control_type-horizontal" type="radio" name="event_details_control_type" value="horizontal"<?php echo $checked;?>/> |
|
| 96 | + <input id="event_details_control_type-horizontal" type="radio" name="event_details_control_type" value="horizontal"<?php echo $checked; ?>/> |
|
| 97 | 97 | <?php _e(' Horizontal', 'event_espresso') ?> |
| 98 | 98 | </label> |
| 99 | 99 | |
| 100 | 100 | <label for="event_details_control_type-dropdown" class="ee-admin-radio-lbl"> |
| 101 | 101 | <?php $checked = $map_settings->event_details_control_type == 'dropdown' ? 'checked="checked"' : ''; ?> |
| 102 | - <input id="event_details_control_type-dropdown" type="radio" name="event_details_control_type" value="dropdown"<?php echo $checked;?>/> |
|
| 102 | + <input id="event_details_control_type-dropdown" type="radio" name="event_details_control_type" value="dropdown"<?php echo $checked; ?>/> |
|
| 103 | 103 | <?php _e(' Dropdown', 'event_espresso') ?> |
| 104 | 104 | </label> |
| 105 | 105 | </td> |
@@ -112,25 +112,25 @@ discard block |
||
| 112 | 112 | <td> |
| 113 | 113 | <label for="event_details_map_align-none" class="ee-admin-radio-lbl"> |
| 114 | 114 | <?php $checked = $map_settings->event_details_map_align == 'none' ? 'checked="checked"' : ''; ?> |
| 115 | - <input id="event_details_map_align-none" type="radio" name="event_details_map_align" value="none"<?php echo $checked;?>/> |
|
| 115 | + <input id="event_details_map_align-none" type="radio" name="event_details_map_align" value="none"<?php echo $checked; ?>/> |
|
| 116 | 116 | <?php _e(' None', 'event_espresso') ?> |
| 117 | 117 | </label> |
| 118 | 118 | |
| 119 | 119 | <label for="event_details_map_align-left" class="ee-admin-radio-lbl"> |
| 120 | 120 | <?php $checked = $map_settings->event_details_map_align == 'left' ? 'checked="checked"' : ''; ?> |
| 121 | - <input id="event_details_map_align-left" type="radio" name="event_details_map_align" value="left"<?php echo $checked;?>/> |
|
| 121 | + <input id="event_details_map_align-left" type="radio" name="event_details_map_align" value="left"<?php echo $checked; ?>/> |
|
| 122 | 122 | <?php _e(' Align Left', 'event_espresso') ?> |
| 123 | 123 | </label> |
| 124 | 124 | |
| 125 | 125 | <label for="event_details_map_align-center" class="ee-admin-radio-lbl"> |
| 126 | 126 | <?php $checked = $map_settings->event_details_map_align == 'center' ? 'checked="checked"' : ''; ?> |
| 127 | - <input id="event_details_map_align-center" type="radio" name="event_details_map_align" value="center"<?php echo $checked;?>/> |
|
| 127 | + <input id="event_details_map_align-center" type="radio" name="event_details_map_align" value="center"<?php echo $checked; ?>/> |
|
| 128 | 128 | <?php _e(' Align Center', 'event_espresso') ?> |
| 129 | 129 | </label> |
| 130 | 130 | |
| 131 | 131 | <label for="event_details_map_align-right" class="ee-admin-radio-lbl"> |
| 132 | 132 | <?php $checked = $map_settings->event_details_map_align == 'right' ? 'checked="checked"' : ''; ?> |
| 133 | - <input id="event_details_map_align-right" type="radio" name="event_details_map_align" value="right"<?php echo $checked;?>/> |
|
| 133 | + <input id="event_details_map_align-right" type="radio" name="event_details_map_align" value="right"<?php echo $checked; ?>/> |
|
| 134 | 134 | <?php _e(' Align Right', 'event_espresso') ?> |
| 135 | 135 | </label> |
| 136 | 136 | </td> |
@@ -205,19 +205,19 @@ discard block |
||
| 205 | 205 | <td> |
| 206 | 206 | <label for="event_list_control_type-default" class="ee-admin-radio-lbl"> |
| 207 | 207 | <?php $checked = $map_settings->event_list_control_type == 'default' ? 'checked="checked"' : ''; ?> |
| 208 | - <input id="event_list_control_type-default" type="radio" name="event_list_control_type" value="default"<?php echo $checked;?>/> |
|
| 208 | + <input id="event_list_control_type-default" type="radio" name="event_list_control_type" value="default"<?php echo $checked; ?>/> |
|
| 209 | 209 | <?php _e(' Default', 'event_espresso') ?> |
| 210 | 210 | </label> |
| 211 | 211 | |
| 212 | 212 | <label for="event_list_control_type-horizontal" class="ee-admin-radio-lbl"> |
| 213 | 213 | <?php $checked = $map_settings->event_list_control_type == 'horizontal' ? 'checked="checked"' : ''; ?> |
| 214 | - <input id="event_list_control_type-horizontal" type="radio" name="event_list_control_type" value="horizontal"<?php echo $checked;?>/> |
|
| 214 | + <input id="event_list_control_type-horizontal" type="radio" name="event_list_control_type" value="horizontal"<?php echo $checked; ?>/> |
|
| 215 | 215 | <?php _e(' Horizontal', 'event_espresso') ?> |
| 216 | 216 | </label> |
| 217 | 217 | |
| 218 | 218 | <label for="event_list_control_type-dropdown" class="ee-admin-radio-lbl"> |
| 219 | 219 | <?php $checked = $map_settings->event_list_control_type == 'dropdown' ? 'checked="checked"' : ''; ?> |
| 220 | - <input id="event_list_control_type-dropdown" type="radio" name="event_list_control_type" value="dropdown"<?php echo $checked;?>/> |
|
| 220 | + <input id="event_list_control_type-dropdown" type="radio" name="event_list_control_type" value="dropdown"<?php echo $checked; ?>/> |
|
| 221 | 221 | <?php _e(' Dropdown', 'event_espresso') ?> |
| 222 | 222 | </label> |
| 223 | 223 | |
@@ -231,25 +231,25 @@ discard block |
||
| 231 | 231 | <td> |
| 232 | 232 | <label for="event_list_map_align-none" class="ee-admin-radio-lbl"> |
| 233 | 233 | <?php $checked = $map_settings->event_list_map_align == 'none' ? 'checked="checked"' : ''; ?> |
| 234 | - <input id="event_list_map_align-none" type="radio" name="event_list_map_align" value="none"<?php echo $checked;?>/> |
|
| 234 | + <input id="event_list_map_align-none" type="radio" name="event_list_map_align" value="none"<?php echo $checked; ?>/> |
|
| 235 | 235 | <?php _e(' None', 'event_espresso') ?> |
| 236 | 236 | </label> |
| 237 | 237 | |
| 238 | 238 | <label for="event_list_map_align-left" class="ee-admin-radio-lbl"> |
| 239 | 239 | <?php $checked = $map_settings->event_list_map_align == 'left' ? 'checked="checked"' : ''; ?> |
| 240 | - <input id="event_list_map_align-left" type="radio" name="event_list_map_align" value="left"<?php echo $checked;?>/> |
|
| 240 | + <input id="event_list_map_align-left" type="radio" name="event_list_map_align" value="left"<?php echo $checked; ?>/> |
|
| 241 | 241 | <?php _e(' Align Left', 'event_espresso') ?> |
| 242 | 242 | </label> |
| 243 | 243 | |
| 244 | 244 | <label for="event_list_map_align-center" class="ee-admin-radio-lbl"> |
| 245 | 245 | <?php $checked = $map_settings->event_list_map_align == 'center' ? 'checked="checked"' : ''; ?> |
| 246 | - <input id="event_list_map_align-center" type="radio" name="event_list_map_align" value="center"<?php echo $checked;?>/> |
|
| 246 | + <input id="event_list_map_align-center" type="radio" name="event_list_map_align" value="center"<?php echo $checked; ?>/> |
|
| 247 | 247 | <?php _e(' Align Center', 'event_espresso') ?> |
| 248 | 248 | </label> |
| 249 | 249 | |
| 250 | 250 | <label for="event_list_map_align-right" class="ee-admin-radio-lbl"> |
| 251 | 251 | <?php $checked = $map_settings->event_list_map_align == 'right' ? 'checked="checked"' : ''; ?> |
| 252 | - <input id="event_list_map_align-right" type="radio" name="event_list_map_align" value="right"<?php echo $checked;?>/> |
|
| 252 | + <input id="event_list_map_align-right" type="radio" name="event_list_map_align" value="right"<?php echo $checked; ?>/> |
|
| 253 | 253 | <?php _e(' Align Right', 'event_espresso') ?> |
| 254 | 254 | </label> |
| 255 | 255 | |