@@ -6,11 +6,11 @@ discard block |
||
6 | 6 | <li> |
7 | 7 | <strong><?php esc_html_e('ID', 'event_espresso'); ?></strong><br /> |
8 | 8 | <?php printf( |
9 | - esc_html__( |
|
10 | - 'The is the numerical ID of an registration. This value is used internally for %s.', |
|
11 | - 'event_espresso' |
|
12 | - ), |
|
13 | - Domain::brandName() |
|
9 | + esc_html__( |
|
10 | + 'The is the numerical ID of an registration. This value is used internally for %s.', |
|
11 | + 'event_espresso' |
|
12 | + ), |
|
13 | + Domain::brandName() |
|
14 | 14 | ); ?> |
15 | 15 | </li> |
16 | 16 | <li> |
@@ -40,14 +40,14 @@ discard block |
||
40 | 40 | <li> |
41 | 41 | <strong><?php esc_html_e('Actions', 'event_espresso'); ?></strong><br /> |
42 | 42 | <?php printf( |
43 | - esc_html__( |
|
44 | - 'Using the action buttons you can View Registration Details %1$s, Edit Contact Details %2$s, Resend Registration Details %3$s, and View Transaction Details %4$s.', |
|
45 | - 'event_espresso' |
|
46 | - ), |
|
47 | - '<span class="dashicons dashicons-search"></span>', |
|
48 | - '<span class="dashicons dashicons-businessman"></span>', |
|
49 | - '<span class="ee-icon ee-icon-email-send"></span>', |
|
50 | - '<span class="ee-icon ee-icon-cash"></span>' |
|
43 | + esc_html__( |
|
44 | + 'Using the action buttons you can View Registration Details %1$s, Edit Contact Details %2$s, Resend Registration Details %3$s, and View Transaction Details %4$s.', |
|
45 | + 'event_espresso' |
|
46 | + ), |
|
47 | + '<span class="dashicons dashicons-search"></span>', |
|
48 | + '<span class="dashicons dashicons-businessman"></span>', |
|
49 | + '<span class="ee-icon ee-icon-email-send"></span>', |
|
50 | + '<span class="ee-icon ee-icon-cash"></span>' |
|
51 | 51 | ); ?> |
52 | 52 | </li> |
53 | 53 | </ul> |
54 | 54 | \ No newline at end of file |