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 | assets/cf7-admin-table/cf7-admin-table-loader.php +1 -1 4.124.5 View file →
@@ -19,9 +19,9 @@
19 19 //change the 'Add New' button link.
20 20 //contact form 7 taxonomy type
21 21 add_action('init', array( $cf7_admin, 'register_cf7_taxonomy' ) , 20 );
22 22
23 - // add_action( 'quick_edit_custom_box', array( $cf7_admin, 'quick_edit_box'), 100, 2 );
23 + add_action( 'quick_edit_custom_box', array( $cf7_admin, 'quick_edit_box'), 100, 2 );
24 24 //cf7-form shortcode
25 25 add_shortcode( 'cf7-form', array( $cf7_admin, 'shortcode') );
26 26 add_shortcode( 'cf7form', array( $cf7_admin, 'shortcode') );
27 27 /** @since 2.6.0 */