Skip to:
Content

BuddyPress.org

Changeset 9633


Ignore:
Timestamp:
03/23/2015 08:01:27 PM (11 years ago)
Author:
johnjamesjacoby
Message:

XProfile: Use screen_icon() when rendering the single field form.

This improves compatibility with WordPress versions from 3.6 to present.

Fixes #6314.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php

    r9486 r9633  
    391391
    392392                <div class="wrap">
    393                         <div id="icon-users" class="icon32"><br /></div>
     393
     394                        <?php screen_icon( 'users' ); ?>
     395
    394396                        <h2><?php echo esc_html( $title ); ?></h2>
    395397
Note: See TracChangeset for help on using the changeset viewer.