Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/10/2015 01:28:36 PM (9 years ago)
Author:
djpaul
Message:

Remove all calls to screen_icon

screen_icon was deprecated in WP 3.8 and has not done anything since
then. As BuddyPress 2.4 raises the minimum WP requirement to 3.9, we
can now remove these calls.

Fixes #6635

Props JeffMatson

File:
1 edited

Legend:

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

    r10149 r10229  
    894894
    895895        <div class="wrap" id="community-profile-page">
    896             <?php screen_icon( 'users' ); ?>
    897896            <h2><?php echo esc_html( $title ); ?>
    898897
     
    18481847
    18491848        <div class="wrap">
    1850             <?php screen_icon( 'users' ); ?>
    18511849            <h2><?php _e( 'Users', 'buddypress' ); ?>
    18521850
     
    19691967
    19701968        <div class="wrap">
    1971             <?php screen_icon( 'users' ); ?>
    19721969            <h2><?php echo esc_html( $header_text ); ?></h2>
    19731970            <p><?php echo esc_html( $helper_text ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.