Skip to:
Content

BuddyPress.org

Changeset 8416


Ignore:
Timestamp:
05/12/2014 08:09:35 PM (10 years ago)
Author:
boonebgorges
Message:

Add field-specific CSS classes to xprofile field divs in register.php

This is for parity with the members/single/profile/edit.php templates.

Fixes #5586

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/register.php

    r8178 r8416  
    6767                    <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
    6868
    69                         <div class="editfield">
     69                        <div<?php bp_field_css_class( 'editfield' ); ?>>
    7070
    7171                            <?php
Note: See TracChangeset for help on using the changeset viewer.