Merge pull request #2857 from jorijnsmit/patch-2
PHP function fell outside PHP tags
This commit is contained in:
commit
f38e58df0a
|
@ -978,9 +978,9 @@ function woocommerce_admin_product_bulk_edit( $column_name, $post_type ) {
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif;
|
||||||
|
|
||||||
do_action( 'woocommerce_product_bulk_edit_end' );
|
do_action( 'woocommerce_product_bulk_edit_end' ); ?>
|
||||||
|
|
||||||
<input type="hidden" name="woocommerce_bulk_edit_nonce" value="<?php echo wp_create_nonce( 'woocommerce_bulk_edit_nonce' ); ?>" />
|
<input type="hidden" name="woocommerce_bulk_edit_nonce" value="<?php echo wp_create_nonce( 'woocommerce_bulk_edit_nonce' ); ?>" />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue