Ticket #8143: manage-signups.diff
File manage-signups.diff, 758 bytes (added by , 5 years ago) |
---|
-
src/bp-members/classes/class-bp-members-admin.php
2151 2151 <td><?php echo $this->format_xprofile_field_for_display( $field_value ); ?></td> 2152 2152 </tr> 2153 2153 2154 <?php endforeach; ?> 2154 <?php endforeach; 2155 do_action('bp_signups_admin_columns', $signup); 2156 ?> 2155 2157 2156 2158 <?php endif; ?> 2157 2159 2158 2160 </tbody> 2159 2161 </table> 2162 2163 <?php 2164 do_action('bp_signups_admin_fields', $signup->signup_id); 2165 ?> 2166 2160 2167 <?php endif; ?> 2161 2168 2162 2169 <?php if ( 'resend' == $action ) : ?>