| @@ -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 | ?> |