Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/24/2011 09:34:40 PM (14 years ago)
Author:
djpaul
Message:

Correct zebra striping. Fixes #3074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/profile/profile-wp.php

    r4016 r4287  
    88        <h4><?php bp_is_my_profile() ? _e( 'My Profile' ) : printf( __( "%s's Profile", 'buddypress' ), bp_get_displayed_user_fullname() ); ?></h4>
    99
    10         <table class="wp-profile-fields zebra">
     10        <table class="wp-profile-fields">
    1111
    1212            <?php if ( $ud->display_name ) : ?>
Note: See TracChangeset for help on using the changeset viewer.