@@ -1,58 +1,58 @@ |
||
1 | 1 | <div class="changelog point-releases"> |
2 | 2 | <!-- <h3><?php echo esc_html( |
3 | - _n('Minor Release Information', 'Minor Releases', 1, 'event_espresso') |
|
4 | - ); ?></h3> --> |
|
3 | + _n('Minor Release Information', 'Minor Releases', 1, 'event_espresso') |
|
4 | + ); ?></h3> --> |
|
5 | 5 | <h3><?php echo esc_html( |
6 | - _n('Major Release Information', 'Major Releases', 1, 'event_espresso') |
|
7 | - ); ?></h3> |
|
6 | + _n('Major Release Information', 'Major Releases', 1, 'event_espresso') |
|
7 | + ); ?></h3> |
|
8 | 8 | <?php // $type = 'minor'; ?> |
9 | 9 | <?php $type = 'major'; ?> |
10 | 10 | <p><?php |
11 | - printf( |
|
12 | - esc_html__('%1$sVersion %2$s%3$s is a %4$s release.', 'event_espresso'), |
|
13 | - '<strong>', |
|
14 | - EVENT_ESPRESSO_VERSION, |
|
15 | - '</strong>', |
|
16 | - $type |
|
17 | - ); ?> |
|
11 | + printf( |
|
12 | + esc_html__('%1$sVersion %2$s%3$s is a %4$s release.', 'event_espresso'), |
|
13 | + '<strong>', |
|
14 | + EVENT_ESPRESSO_VERSION, |
|
15 | + '</strong>', |
|
16 | + $type |
|
17 | + ); ?> |
|
18 | 18 | <?php |
19 | - $ver = explode('.', EVENT_ESPRESSO_VERSION); |
|
20 | - array_pop($ver); |
|
21 | - $ver = implode('.', $ver); |
|
22 | - ?> |
|
19 | + $ver = explode('.', EVENT_ESPRESSO_VERSION); |
|
20 | + array_pop($ver); |
|
21 | + $ver = implode('.', $ver); |
|
22 | + ?> |
|
23 | 23 | <?php printf( |
24 | - esc_html__('For more information, see %1$sthe release notes%2$s.', 'event_espresso'), |
|
25 | - '<a href="http://eventespresso.com/wiki/ee4-changelog/#' . $ver . '" target="_blank" rel="noopener noreferrer">', |
|
26 | - '</a>' |
|
27 | - ); ?> |
|
24 | + esc_html__('For more information, see %1$sthe release notes%2$s.', 'event_espresso'), |
|
25 | + '<a href="http://eventespresso.com/wiki/ee4-changelog/#' . $ver . '" target="_blank" rel="noopener noreferrer">', |
|
26 | + '</a>' |
|
27 | + ); ?> |
|
28 | 28 | </p> |
29 | 29 | </div><!-- end .changelog .point-releases --> |
30 | 30 | |
31 | 31 | <div class="changelog"> |
32 | 32 | <?php |
33 | - // maintenance mode on? |
|
34 | - if (EE_Maintenance_Mode::instance()->level() == EE_Maintenance_Mode::level_2_complete_maintenance) { |
|
35 | - ?> |
|
33 | + // maintenance mode on? |
|
34 | + if (EE_Maintenance_Mode::instance()->level() == EE_Maintenance_Mode::level_2_complete_maintenance) { |
|
35 | + ?> |
|
36 | 36 | <div class="ee-attention"> |
37 | 37 | <h2 class="ee-maintenance-mode-callout"><?php |
38 | - esc_html_e('Event Espresso is in full maintenance mode.', 'event_espresso'); |
|
39 | - ?></h2> |
|
38 | + esc_html_e('Event Espresso is in full maintenance mode.', 'event_espresso'); |
|
39 | + ?></h2> |
|
40 | 40 | <p> |
41 | 41 | <?php |
42 | - printf( |
|
43 | - esc_html__( |
|
44 | - 'A previous version of Event Espresso has detected. But before anything else can happen, we need to know whether or not to migrate (copy over) your existing event data so that it can be utilized by EE4. For more instructions on what to do, please visit the %1$sEvent Espresso Maintenance%2$s page.', |
|
45 | - 'event_espresso' |
|
46 | - ), |
|
47 | - '<a href="admin.php?page=espresso_maintenance_settings">', |
|
48 | - '</a>' |
|
49 | - ); |
|
50 | - ?> |
|
42 | + printf( |
|
43 | + esc_html__( |
|
44 | + 'A previous version of Event Espresso has detected. But before anything else can happen, we need to know whether or not to migrate (copy over) your existing event data so that it can be utilized by EE4. For more instructions on what to do, please visit the %1$sEvent Espresso Maintenance%2$s page.', |
|
45 | + 'event_espresso' |
|
46 | + ), |
|
47 | + '<a href="admin.php?page=espresso_maintenance_settings">', |
|
48 | + '</a>' |
|
49 | + ); |
|
50 | + ?> |
|
51 | 51 | </p> |
52 | 52 | </div> |
53 | 53 | <?php |
54 | - } |
|
55 | - ?> |
|
54 | + } |
|
55 | + ?> |
|
56 | 56 | |
57 | 57 | <h2 class="about-headline-callout">Updates & Fixes in EE 4.10</h2> |
58 | 58 | <p>This release brought many background updates/improvements to existing core features, and support for many new |
@@ -22,7 +22,7 @@ |
||
22 | 22 | ?> |
23 | 23 | <?php printf( |
24 | 24 | esc_html__('For more information, see %1$sthe release notes%2$s.', 'event_espresso'), |
25 | - '<a href="http://eventespresso.com/wiki/ee4-changelog/#' . $ver . '" target="_blank" rel="noopener noreferrer">', |
|
25 | + '<a href="http://eventespresso.com/wiki/ee4-changelog/#'.$ver.'" target="_blank" rel="noopener noreferrer">', |
|
26 | 26 | '</a>' |
27 | 27 | ); ?> |
28 | 28 | </p> |