@@ -4,19 +4,19 @@ |
||
4 | 4 | <div class="about-text"><?php echo ! empty($admin_page_subtitle) ? $admin_page_subtitle : ''; ?></div> |
5 | 5 | <div class="ee-badge"><img class="" src=" <?php echo EE_GLOBAL_ASSETS_URL; ?>images/event-espresso-cup-90x90.png" |
6 | 6 | width="90" height="90" alt="<?php |
7 | - printf( |
|
8 | - esc_attr__('%s Logo', 'event_espresso'), |
|
9 | - 'Event Espresso' |
|
10 | - ); ?>"/> |
|
7 | + printf( |
|
8 | + esc_attr__('%s Logo', 'event_espresso'), |
|
9 | + 'Event Espresso' |
|
10 | + ); ?>"/> |
|
11 | 11 | <br/><?php printf(__('Version %s', 'event_espresso'), EVENT_ESPRESSO_VERSION); ?></div> |
12 | 12 | |
13 | 13 | <?php echo $nav_tabs; ?> |
14 | 14 | |
15 | 15 | |
16 | 16 | <?php |
17 | - do_action('AHEE__admin_wrapper__template__before_about_admin_page_content'); |
|
18 | - echo $about_admin_page_content; |
|
19 | - do_action('AHEE__admin_wrapper__template__after_about_admin_page_content'); |
|
20 | - ?> |
|
17 | + do_action('AHEE__admin_wrapper__template__before_about_admin_page_content'); |
|
18 | + echo $about_admin_page_content; |
|
19 | + do_action('AHEE__admin_wrapper__template__after_about_admin_page_content'); |
|
20 | + ?> |
|
21 | 21 | |
22 | 22 | </div> |
@@ -10,17 +10,17 @@ discard block |
||
10 | 10 | <dl class="alignleft ee-list-table-legend"> |
11 | 11 | <?php foreach ($items as $item => $details) : ?> |
12 | 12 | <?php |
13 | - if ($per_col < $count) : ?> |
|
13 | + if ($per_col < $count) : ?> |
|
14 | 14 | </dl> |
15 | 15 | <dl class="alignleft ee-list-table-legend"> |
16 | 16 | <?php $count = 1; |
17 | - endif; ?> |
|
17 | + endif; ?> |
|
18 | 18 | <dt id="ee-legend-item-<?php echo $item; ?>"> |
19 | 19 | <?php $class = ! empty($details['class']) ? $details['class'] : 'ee-legend-img-container'; ?> |
20 | 20 | <?php |
21 | - if (strpos($details['class'], '<span') !== false) { |
|
22 | - echo $class; |
|
23 | - } else { ?> |
|
21 | + if (strpos($details['class'], '<span') !== false) { |
|
22 | + echo $class; |
|
23 | + } else { ?> |
|
24 | 24 | <span class="<?php echo $class; ?>"> |
25 | 25 | <?php if (! empty($details['icon'])) : ?> |
26 | 26 | <img src="<?php echo $details['icon']; ?>" class="ee-legend-icon" |
@@ -28,11 +28,11 @@ discard block |
||
28 | 28 | <?php endif; ?> |
29 | 29 | </span> |
30 | 30 | <?php |
31 | - } ?> |
|
31 | + } ?> |
|
32 | 32 | <span class="ee-legend-description"><?php echo $details['desc']; ?></span> |
33 | 33 | </dt> |
34 | 34 | <?php $count++; |
35 | - endforeach; ?> |
|
35 | + endforeach; ?> |
|
36 | 36 | </dl> |
37 | 37 | <div style="clear:both"></div> |
38 | 38 | </div> |
@@ -22,7 +22,7 @@ |
||
22 | 22 | echo $class; |
23 | 23 | } else { ?> |
24 | 24 | <span class="<?php echo $class; ?>"> |
25 | - <?php if (! empty($details['icon'])) : ?> |
|
25 | + <?php if ( ! empty($details['icon'])) : ?> |
|
26 | 26 | <img src="<?php echo $details['icon']; ?>" class="ee-legend-icon" |
27 | 27 | alt="<?php echo esc_attr($details['desc']); ?>"/> |
28 | 28 | <?php endif; ?> |
@@ -7,11 +7,11 @@ |
||
7 | 7 | <?php echo $nav_tabs; ?> |
8 | 8 | |
9 | 9 | <?php |
10 | - do_action('AHEE__admin_wrapper__template__before_admin_page_content'); |
|
11 | - echo $before_admin_page_content; |
|
12 | - echo $admin_page_content; |
|
13 | - echo $after_admin_page_content; |
|
14 | - do_action('AHEE__admin_wrapper__template__after_admin_page_content'); |
|
15 | - ?> |
|
10 | + do_action('AHEE__admin_wrapper__template__before_admin_page_content'); |
|
11 | + echo $before_admin_page_content; |
|
12 | + echo $admin_page_content; |
|
13 | + echo $after_admin_page_content; |
|
14 | + do_action('AHEE__admin_wrapper__template__after_admin_page_content'); |
|
15 | + ?> |
|
16 | 16 | |
17 | 17 | </div> |
@@ -9,11 +9,11 @@ |
||
9 | 9 | </div> <!-- post-body-content --> |
10 | 10 | |
11 | 11 | <?php |
12 | - // let's loop through the columns |
|
13 | - for ($i = 1; $i <= $num_columns; $i++) { |
|
14 | - $metaref = ($i === 1) ? 'normal' : 'side'; |
|
15 | - $metaref = ($i > 2) ? 'column' . $i : $metaref; |
|
16 | - ?> |
|
12 | + // let's loop through the columns |
|
13 | + for ($i = 1; $i <= $num_columns; $i++) { |
|
14 | + $metaref = ($i === 1) ? 'normal' : 'side'; |
|
15 | + $metaref = ($i > 2) ? 'column' . $i : $metaref; |
|
16 | + ?> |
|
17 | 17 | |
18 | 18 | <div id='postbox-container-<?php echo $i; ?>' class='postbox-container'> |
19 | 19 | <?php do_meta_boxes($current_page, $metaref, null); ?> |
@@ -12,7 +12,7 @@ |
||
12 | 12 | // let's loop through the columns |
13 | 13 | for ($i = 1; $i <= $num_columns; $i++) { |
14 | 14 | $metaref = ($i === 1) ? 'normal' : 'side'; |
15 | - $metaref = ($i > 2) ? 'column' . $i : $metaref; |
|
15 | + $metaref = ($i > 2) ? 'column'.$i : $metaref; |
|
16 | 16 | ?> |
17 | 17 | |
18 | 18 | <div id='postbox-container-<?php echo $i; ?>' class='postbox-container'> |
@@ -2,16 +2,16 @@ discard block |
||
2 | 2 | <ul class="infolinks"> |
3 | 3 | <li> |
4 | 4 | <?php |
5 | - echo '<a href="http://eventespresso.com/wiki/installation/" target="_blank">' |
|
6 | - . __( |
|
7 | - 'Installation', |
|
8 | - 'event_espresso' |
|
9 | - ) |
|
10 | - . '</a> & <a href="http://eventespresso.com/wiki/setting-up-event-espresso/" target="_blank">' |
|
11 | - . __( |
|
12 | - 'Usage Guide', |
|
13 | - 'event_espresso' |
|
14 | - ) . '</a>'; ?> |
|
5 | + echo '<a href="http://eventespresso.com/wiki/installation/" target="_blank">' |
|
6 | + . __( |
|
7 | + 'Installation', |
|
8 | + 'event_espresso' |
|
9 | + ) |
|
10 | + . '</a> & <a href="http://eventespresso.com/wiki/setting-up-event-espresso/" target="_blank">' |
|
11 | + . __( |
|
12 | + 'Usage Guide', |
|
13 | + 'event_espresso' |
|
14 | + ) . '</a>'; ?> |
|
15 | 15 | </li> |
16 | 16 | <li> |
17 | 17 | <a href="http://eventespresso.com/wiki/put-custom-templates/" target="_blank"> |
@@ -41,15 +41,15 @@ discard block |
||
41 | 41 | </li> |
42 | 42 | <li> |
43 | 43 | <?php echo '<a href="http://eventespresso.com/pricing/" target="_blank">' |
44 | - . __( |
|
45 | - 'Plugins', |
|
46 | - 'event_espresso' |
|
47 | - ) |
|
48 | - . '</a> & <a href="http://eventespresso.com/add-ons/" target="_blank">' |
|
49 | - . __( |
|
50 | - 'Add-ons', |
|
51 | - 'event_espresso' |
|
52 | - ) . '</a>'; ?><br/> |
|
44 | + . __( |
|
45 | + 'Plugins', |
|
46 | + 'event_espresso' |
|
47 | + ) |
|
48 | + . '</a> & <a href="http://eventespresso.com/add-ons/" target="_blank">' |
|
49 | + . __( |
|
50 | + 'Add-ons', |
|
51 | + 'event_espresso' |
|
52 | + ) . '</a>'; ?><br/> |
|
53 | 53 | <br/> |
54 | 54 | <ol> |
55 | 55 | <li> |
@@ -11,7 +11,7 @@ discard block |
||
11 | 11 | . __( |
12 | 12 | 'Usage Guide', |
13 | 13 | 'event_espresso' |
14 | - ) . '</a>'; ?> |
|
14 | + ).'</a>'; ?> |
|
15 | 15 | </li> |
16 | 16 | <li> |
17 | 17 | <a href="http://eventespresso.com/wiki/put-custom-templates/" target="_blank"> |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | . __( |
50 | 50 | 'Add-ons', |
51 | 51 | 'event_espresso' |
52 | - ) . '</a>'; ?><br/> |
|
52 | + ).'</a>'; ?><br/> |
|
53 | 53 | <br/> |
54 | 54 | <ol> |
55 | 55 | <li> |
@@ -7,7 +7,7 @@ |
||
7 | 7 | <option<?php selected($cur_status, $status); ?> |
8 | 8 | value='<?php echo $status; ?>'><?php echo $label; ?></option> |
9 | 9 | <?php |
10 | - endforeach; |
|
11 | - ?> |
|
10 | + endforeach; |
|
11 | + ?> |
|
12 | 12 | </select> |
13 | 13 | </div> |
14 | 14 | \ No newline at end of file |
@@ -6,7 +6,7 @@ discard block |
||
6 | 6 | // action for registering metaboxes |
7 | 7 | do_action('add_meta_boxes', $post_type, $post); |
8 | 8 | ?> |
9 | -<?php if (! empty($admin_page_header)) : ?> |
|
9 | +<?php if ( ! empty($admin_page_header)) : ?> |
|
10 | 10 | <div id="admin-page-header"> |
11 | 11 | <?php echo $admin_page_header; ?> |
12 | 12 | </div> |
@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | <!-- admin-page-header --> |
16 | 16 | <div id="post-body" class="metabox-holder columns-2"> |
17 | 17 | |
18 | - <?php if (! empty($post_body_content)) : ?> |
|
18 | + <?php if ( ! empty($post_body_content)) : ?> |
|
19 | 19 | <div id="post-body-content"> |
20 | 20 | <?php echo $post_body_content; ?> |
21 | 21 | </div> |
@@ -3,11 +3,11 @@ |
||
3 | 3 | |
4 | 4 | <div class="ee-notices"><?php echo isset($ajax_notices) ? $ajax_notices : ''; ?></div> |
5 | 5 | <?php |
6 | - do_action('AHEE__admin_wrapper__template__before_admin_page_content'); |
|
7 | - echo $before_admin_page_content; |
|
8 | - echo $admin_page_content; |
|
9 | - echo $after_admin_page_content; |
|
10 | - do_action('AHEE__admin_wrapper__template__after_admin_page_content'); |
|
11 | - ?> |
|
6 | + do_action('AHEE__admin_wrapper__template__before_admin_page_content'); |
|
7 | + echo $before_admin_page_content; |
|
8 | + echo $admin_page_content; |
|
9 | + echo $after_admin_page_content; |
|
10 | + do_action('AHEE__admin_wrapper__template__after_admin_page_content'); |
|
11 | + ?> |
|
12 | 12 | </div> |
13 | 13 | <!-- espresso-admin --> |
14 | 14 | \ No newline at end of file |
@@ -1,9 +1,9 @@ discard block |
||
1 | 1 | <div class="padding"> |
2 | 2 | <p><?php |
3 | - _e( |
|
4 | - 'We need your help to continue maintaining and providing this plugin for free. You can help by leaving a positive review in the WordPress plugin directory. 5 star ratings bring Event Espresso Decaf to the attention of more users which increases our support and features for this version of Event Espresso.', |
|
5 | - 'event_espresso' |
|
6 | - ); ?></p> |
|
3 | + _e( |
|
4 | + 'We need your help to continue maintaining and providing this plugin for free. You can help by leaving a positive review in the WordPress plugin directory. 5 star ratings bring Event Espresso Decaf to the attention of more users which increases our support and features for this version of Event Espresso.', |
|
5 | + 'event_espresso' |
|
6 | + ); ?></p> |
|
7 | 7 | <p><?php _e('Rate it five stars today!', 'event_espresso'); ?></p><span |
8 | 8 | class="ee-wp-blue dashicons dashicons-star-filled"></span><span |
9 | 9 | class="ee-wp-blue dashicons dashicons-star-filled"></span><span |
@@ -12,8 +12,8 @@ discard block |
||
12 | 12 | class="ee-wp-blue dashicons dashicons-star-filled"></span> |
13 | 13 | <p><a class="button button-primary" |
14 | 14 | href="https://events.codebasehq.com/redirect?https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Fview%2Fplugin-reviews%2Fevent-espresso-decaf%3Frate%3D5%23postform"><?php |
15 | - _e( |
|
16 | - 'Rate It!', |
|
17 | - 'event_espresso' |
|
18 | - ); ?></a></p> |
|
15 | + _e( |
|
16 | + 'Rate It!', |
|
17 | + 'event_espresso' |
|
18 | + ); ?></a></p> |
|
19 | 19 | </div> |
20 | 20 | \ No newline at end of file |