3624166b by Marty Penner

Got rid of cruft code lines in admin user payhistory (artifacts from first implementation)

1 parent 4de1fc4e
......@@ -247,13 +247,6 @@ use WP_User;
//}
$html .= '</p>';
// Loop through each of the payment items
foreach ($invoice->payment as $key => $item) {
// Skip any fields that don't start with 'bt_'
if (substr($key, 0, 3) != 'bt_') {
continue;
}
}
if ($status == 'unpaid') {
// Get the user's profile preference
$preference = strtolower($user->profile_preference);
......