PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.17.0
GiveWP – Donation Plugin and Fundraising Platform v4.17.0
4.17.0 4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 All 256 releases
← All changes | includes/admin/views/blank-slate.php +4 -4 2.3.1 → 4.17.0 View file →
@@ -21,17 +21,17 @@
21 21 <img class="give-blank-slate__image" src="<?php echo esc_url( $content['image_url'] ); ?>" alt="<?php echo esc_attr( $content['image_alt'] ); ?>">
22 22 <?php endif; ?>
23 23
24 24 <?php if ( ! empty( $content['heading'] ) ) : ?>
25 - <h2 class="give-blank-slate__heading"><?php esc_html_e( $content['heading'] ); ?></h2>
25 + <h2 class="give-blank-slate__heading"><?php esc_html_e( $content['heading'], 'give' ); ?></h2>
26 26 <?php endif; ?>
27 27
28 28 <?php if ( ! empty( $content['message'] ) ) : ?>
29 - <p class="give-blank-slate__message"><?php esc_html_e( $content['message'] ); ?></p>
29 + <p class="give-blank-slate__message"><?php esc_html_e( $content['message'], 'give' ); ?></p>
30 30 <?php endif; ?>
31 31
32 - <?php if ( ! empty( $content['cta_text']) && ! empty( $content['cta_link'] ) ) : ?>
33 - <a class="give-blank-slate__cta button button-primary" href="<?php echo esc_url( $content['cta_link'] ); ?>"><?php esc_html_e( $content['cta_text'] ); ?></a>
32 + <?php if ( ! empty( $content['cta_text'] ) && ! empty( $content['cta_link'] ) ) : ?>
33 + <a class="give-blank-slate__cta button button-primary" href="<?php echo esc_url( $content['cta_link'] ); ?>"><?php esc_html_e( $content['cta_text'], 'give' ); ?></a>
34 34 <?php endif; ?>
35 35
36 36 <?php if ( ! empty( $content['help'] ) ) : ?>
37 37 <p class="give-blank-slate__help">