woocommerce/includes/admin
James Collins 0bbb4464ab Fix 2 undefined index notices when editing/saving a product
Fixes:

Notice: Undefined index: upsell_ids in /wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php on line 1202
Call Stack
#	Time	Memory	Function	Location
1	0.0110	486692	{main}( )	../post.php:0
2	4.7790	60047856	edit_post( ??? )	../post.php:229
3	4.7917	60075016	wp_update_post( ???, ??? )	../post.php:321
4	4.7930	60089156	wp_insert_post( ???, ??? )	../post.php:3572
5	4.9212	60223012	do_action( ???, ???, ???, ??? )	../post.php:3499
6	4.9213	60224380	call_user_func_array ( ???, ??? )	../plugin.php:496
7	4.9213	60224412	WC_Admin_Meta_Boxes->save_meta_boxes( ???, ??? )	../plugin.php:0
8	7.2460	60224516	do_action( ???, ???, ??? )	../class-wc-admin-meta-boxes.php:207
9	7.2539	60199340	call_user_func_array ( ???, ??? )	../plugin.php:496
10	7.2890	60735660	WC_Meta_Box_Product_Data::save( ???, ??? )	../plugin.php:0

( ! ) Notice: Undefined index: crosssell_ids in /wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php on line 1203
Call Stack
#	Time	Memory	Function	Location
1	0.0110	486692	{main}( )	../post.php:0
2	4.7790	60047856	edit_post( ??? )	../post.php:229
3	4.7917	60075016	wp_update_post( ???, ??? )	../post.php:321
4	4.7930	60089156	wp_insert_post( ???, ??? )	../post.php:3572
5	4.9212	60223012	do_action( ???, ???, ???, ??? )	../post.php:3499
6	4.9213	60224380	call_user_func_array ( ???, ??? )	../plugin.php:496
7	4.9213	60224412	WC_Admin_Meta_Boxes->save_meta_boxes( ???, ??? )	../plugin.php:0
8	7.2460	60224516	do_action( ???, ???, ??? )	../class-wc-admin-meta-boxes.php:207
9	7.2539	60199340	call_user_func_array ( ???, ??? )	../plugin.php:496
10	7.2890	60735660	WC_Meta_Box_Product_Data::save( ???, ??? )	../plugin.php:0
2015-02-09 11:51:33 +08:00
..
importers Set $loop = 0; 2015-01-15 16:32:13 +00:00
meta-boxes Fix 2 undefined index notices when editing/saving a product 2015-02-09 11:51:33 +08:00
reports Update wording to include refunds 2015-02-04 15:14:02 +00:00
settings Improved the select fields in webhooks ui 2015-01-30 10:31:43 -02:00
views Update usage tracking notice link 2015-02-02 14:40:52 +02:00
class-wc-admin-addons.php Code Standards: Finish up admin includes 2014-11-30 01:52:32 -05:00
class-wc-admin-assets.php Replace CDN select2 with local copy 2015-02-04 15:00:14 +00:00
class-wc-admin-attributes.php Removed unused code 2015-01-23 16:34:43 -02:00
class-wc-admin-dashboard.php Made dashboard sales report match monthly sales report Closes #6871 2014-12-30 15:08:06 +00:00
class-wc-admin-duplicate-product.php Code Standards: Finish up admin includes 2014-11-30 01:52:32 -05:00
class-wc-admin-help.php Code Standards: Finish up admin includes 2014-11-30 01:52:32 -05:00
class-wc-admin-importers.php Make 'public', and rewrite, optional for attributes 2014-12-22 14:16:15 +00:00
class-wc-admin-menus.php Refactor menu_highlight 2015-01-21 11:06:55 +00:00
class-wc-admin-meta-boxes.php Prevent meta boxes being saved multiple times 2015-02-04 11:35:02 +00:00
class-wc-admin-notices.php Tweak reset_admin_notices to add, not remove, notices 2015-02-02 14:40:11 +00:00
class-wc-admin-permalink-settings.php Cleanup WC_Admin_Permalink_Settings 2015-02-04 22:12:06 +05:45
class-wc-admin-post-types.php Make it easy to find all orders that use a coupon #6925 2015-01-30 11:47:32 -02:00
class-wc-admin-profile.php Add select2 to State/Country user meta fields in admin profile #6359 2015-01-12 17:15:37 -02:00
class-wc-admin-reports.php Code Standards: Finish up admin includes 2014-11-30 01:52:32 -05:00
class-wc-admin-settings.php Pass reference to extract 2015-01-15 16:32:13 +00:00
class-wc-admin-status.php Make possible to show log by URL 2015-02-02 21:58:25 -02:00
class-wc-admin-taxonomies.php Removed unused code 2015-01-23 16:34:43 -02:00
class-wc-admin-webhooks-table-list.php Split webhooks column_default into multiple columns 2015-01-30 13:57:45 +00:00
class-wc-admin-webhooks.php Fixed the webhooks topic saving, closes #7236 2015-01-29 11:11:35 -02:00
class-wc-admin-welcome.php Optimise the admin notices class. 2015-01-20 15:23:34 +00:00
class-wc-admin.php Update rating text 2015-02-02 14:53:13 +00:00
wc-admin-functions.php Creted new webhooks edit interface 2015-01-08 16:34:30 -02:00
wc-meta-box-functions.php Added URL data_type for woocommerce_wp_text_input() 2014-12-16 19:06:47 -02:00