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-forums/deprecated/1.6.php

    r10183 r10229  
    3737
    3838    <div class="wrap">
    39         <?php screen_icon( 'buddypress' ); ?>
    40 
    4139        <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Forums', 'buddypress' ) ); ?></h2>
    4240
Note: See TracChangeset for help on using the changeset viewer.