Skip to:
Content

BuddyPress.org

Changeset 10280


Ignore:
Timestamp:
10/15/2015 01:01:03 PM (9 years ago)
Author:
johnjamesjacoby
Message:

XProfile: Delete rogue </li> in user_admin_avatar_metabox() method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-admin.php

    r10273 r10280  
    11141114                $delete_link   = wp_nonce_url( $community_url, 'delete_avatar' ); ?>
    11151115
    1116                 <a href="<?php echo esc_url( $delete_link ); ?>" title="<?php esc_attr_e( 'Delete Profile Photo', 'buddypress' ); ?>" class="bp-xprofile-avatar-user-admin"><?php esc_html_e( 'Delete Profile Photo', 'buddypress' ); ?></a></li>
     1116                <a href="<?php echo esc_url( $delete_link ); ?>" title="<?php esc_attr_e( 'Delete Profile Photo', 'buddypress' ); ?>" class="bp-xprofile-avatar-user-admin"><?php esc_html_e( 'Delete Profile Photo', 'buddypress' ); ?></a>
    11171117
    11181118            <?php endif;
Note: See TracChangeset for help on using the changeset viewer.