We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b0ad3 commit 6f567e0Copy full SHA for 6f567e0
plugins/cc-global-network/admin/user-application-page.php
@@ -52,7 +52,6 @@ function ccgn_application_users_page_vote_responses ( $applicant_id ) {
52
$result = '';
53
$votes = ccgn_application_votes ( $applicant_id );
54
foreach ($votes as $vote) {
55
- //echo '<pre>'; print_r($vote); echo '</pre>';
56
$voter = get_user_by('ID', $vote['created_by']);
57
$reason = $vote[ CCGN_GF_VOTE_APPROVE_MEMBERSHIP_APPLICATION_REASON ];
58
$result .= '<div class="ccgn-box applicant">';
0 commit comments