From 2ae7ec836044f6d14f4a21b15dad56c8f4eac80c Mon Sep 17 00:00:00 2001 From: Jorijn Smit Date: Tue, 2 Apr 2013 13:49:41 +0300 Subject: [PATCH] PHP function fell outside PHP tags. The function do_action() on line 983 fell outside the PHP tags en thus displayed as pure text in the admin panel. --- admin/post-types/product.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/post-types/product.php b/admin/post-types/product.php index 35b4da39c77..e633a35a7a0 100644 --- a/admin/post-types/product.php +++ b/admin/post-types/product.php @@ -978,9 +978,9 @@ function woocommerce_admin_product_bulk_edit( $column_name, $post_type ) { - +