PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.19
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.19
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | classes/views/shared/admin-header.php +3 -2 6.46.19 View file →
@@ -7,8 +7,9 @@
7 7 ?>
8 8 <div id="frm_top_bar" class="<?php echo esc_attr( 'frm_nav_bar' ); ?>">
9 9 <a href="<?php echo esc_url( admin_url( 'admin.php?page=formidable' ) ); ?>" class="frm-header-logo">
10 10 <?php FrmAppHelper::show_header_logo(); ?>
11 + <span class="screen-reader-text"><?php esc_html_e( 'View Forms', 'formidable' ); ?></span>
11 12 </a>
12 13
13 14 <?php
14 15 // Add form nav
@@ -36,9 +37,9 @@
36 37 </h1>
37 38 </div>
38 39 <ul class="frm_form_nav"></ul>
39 40 <?php
40 - }
41 + }//end if
41 42
42 43 if ( isset( $atts['nav'] ) ) {
43 44 echo FrmAppHelper::kses( $atts['nav'], 'all' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
44 45 }
@@ -66,9 +67,9 @@
66 67
67 68 if ( FrmAppHelper::is_full_screen() ) {
68 69 ?>
69 70 <div class="frm-full-close">
70 - <a href="<?php echo esc_attr( $atts['close'] ); ?>" aria-label="<?php esc_attr_e( 'Close', 'formidable' ); ?>">
71 + <a href="<?php echo esc_url( $atts['close'] ); ?>" aria-label="<?php esc_attr_e( 'Close', 'formidable' ); ?>">
71 72 <?php FrmAppHelper::icon_by_class( 'frmfont frm_close_icon', array( 'aria-label' => 'Dismiss' ) ); ?>
72 73 </a>
73 74 </div>
74 75 <?php } ?>