Skip to:
Content

BuddyPress.org


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

    r10197 r10229  
    661661
    662662    <div class="wrap">
    663         <?php screen_icon( 'buddypress-activity' ); ?>
    664663        <h2><?php printf( __( 'Editing Activity (ID #%s)', 'buddypress' ), number_format_i18n( (int) $_REQUEST['aid'] ) ); ?></h2>
    665664
     
    978977
    979978    <div class="wrap">
    980         <?php screen_icon( 'buddypress-activity' ); ?>
    981979        <h2>
    982980            <?php if ( !empty( $_REQUEST['aid'] ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.