PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.8
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.8
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 +2 -1 6.36.8 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 }