Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/10/2015 01:28:36 PM (10 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-groups/bp-groups-admin.php

    r10148 r10229  
    568568
    569569    <div class="wrap">
    570         <?php screen_icon( 'buddypress-groups' ); ?>
    571570        <h2><?php _e( 'Edit Group', 'buddypress' ); ?>
    572571
     
    665664
    666665    <div class="wrap">
    667         <?php screen_icon( 'buddypress-groups' ); ?>
    668666        <h2><?php _e( 'Delete Groups', 'buddypress' ) ?></h2>
    669667        <p><?php _e( 'You are about to delete the following groups:', 'buddypress' ) ?></p>
     
    723721
    724722    <div class="wrap">
    725         <?php screen_icon( 'buddypress-groups' ); ?>
    726723        <h2>
    727724            <?php _e( 'Groups', 'buddypress' ); ?>
Note: See TracChangeset for help on using the changeset viewer.