PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.5
Smart Grid-Layout Design for Contact Form 7 v4.5
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
← All changes | admin/partials/cf7-admin-editor-display.php +0 -1 4.144.5 View file →
@@ -14,9 +14,8 @@
14 14 $screen = get_current_screen();
15 15 ?>
16 16 <?php do_action( 'wpcf7_admin_warnings', 'wpcf7', wpcf7_current_action(), null ); ?>
17 17 <?php do_action( 'wpcf7_admin_notices' , 'wpcf7', wpcf7_current_action(), null ); ?>
18 -<?php //do_action( 'wpcf7_admin_menu' ); //is this needed? Fires bulk validation on cf7 update?>
19 18 <?php
20 19 if('add' == $screen->action) do_action( 'load-contact_page_wpcf7-new' );
21 20 else do_action( 'load-toplevel_page_wpcf7' );
22 21 ?>