Index: wp-admin/js/xfn.js
===================================================================
--- wp-admin/js/xfn.js	(revision 26075)
+++ wp-admin/js/xfn.js	(working copy)
@@ -7,7 +7,7 @@
 				$(this).prop('disabled', true).parent().addClass('disabled');
 			} else {
 				$(this).removeAttr('disabled').parent().removeClass('disabled');
-				if ( $(this).is(':checked') && $(this).val() != '')
+				if ( $(this).is(':checked') && $(this).val() !== '')
 					inputs += $(this).val() + ' ';
 			}
 		});
