PluginProbe
HTML Forms – Simple WordPress Forms Plugin / 1.3.30
HTML Forms – Simple WordPress Forms Plugin v1.3.30
1.7.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.3.0 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.14 1.3.15 1.3.16 All 67 releases
← All changes | views/page-overview.php +2 -2 trunk1.3.30 View file →
@@ -16,9 +16,9 @@
16 16
17 17 <h1 class="page-title"><?php _e( 'Forms', 'html-forms' ); ?>
18 18 <a href="<?php echo admin_url( 'admin.php?page=html-forms-add-form' ); ?>" class="page-title-action">
19 19 <span class="dashicons dashicons-plus-alt" style="vertical-align: middle; line-height: 16px; margin: 0 4px 0 0; "></span>
20 - <?php _e( 'Add New Form', 'html-forms' ); ?>
20 + <?php _e( 'Add new form', 'html-forms' ); ?>
21 21 </a>
22 22
23 23 <?php if ( ! empty( $_GET['s'] ) ) {
24 24 printf(' <span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', sanitize_text_field( $_GET['s'] ) );
@@ -32,9 +32,9 @@
32 32 <input type="hidden" name="page" value="<?php echo esc_attr( $_GET['page'] ); ?>" />
33 33 <?php if( ! empty( $_GET['post_status'] ) ) { ?>
34 34 <input type="hidden" name="post_status" value="<?php echo esc_attr( $_GET['post_status'] ); ?>" />
35 35 <?php } ?>
36 - <?php $table->search_box( 'Search Forms', 'html-forms-search' ); ?>
36 + <?php $table->search_box( 'search', 'html-forms-search' ); ?>
37 37 </form>
38 38
39 39 <form method="post">
40 40 <?php $table->display(); ?>