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-core/admin/bp-core-admin-settings.php

    r10152 r10229  
    265265 * @since 1.6.0
    266266 *
    267  * @uses screen_icon() To display the screen icon.
    268267 * @uses settings_fields() To output the hidden fields for the form.
    269268 * @uses do_settings_sections() To output the settings sections.
     
    277276
    278277    <div class="wrap">
    279 
    280         <?php screen_icon( 'buddypress' ); ?>
    281278
    282279        <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Settings', 'buddypress' ) ); ?></h2>
Note: See TracChangeset for help on using the changeset viewer.