Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/06/2014 02:05:11 AM (11 years ago)
Author:
netweb
Message:

Remove deprecated screen_icon() calls. Props netweb. Fixes #2538

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/settings.php

    r5242 r5265  
    12451245 * @since bbPress (r2643)
    12461246 *
    1247  * @uses screen_icon() To display the screen icon
    12481247 * @uses settings_fields() To output the hidden fields for the form
    12491248 * @uses do_settings_sections() To output the settings sections
     
    12531252
    12541253    <div class="wrap">
    1255 
    1256         <?php screen_icon(); ?>
    12571254
    12581255        <h2><?php esc_html_e( 'Forums Settings', 'bbpress' ) ?></h2>
     
    14961493 * The main settings page
    14971494 *
    1498  * @uses screen_icon() To display the screen icon
    14991495 * @uses settings_fields() To output the hidden fields for the form
    15001496 * @uses do_settings_sections() To output the settings sections
     
    15041500
    15051501    <div class="wrap">
    1506 
    1507         <?php screen_icon( 'tools' ); ?>
    15081502
    15091503        <h2 class="nav-tab-wrapper"><?php bbp_tools_admin_tabs( esc_html__( 'Import Forums', 'bbpress' ) ); ?></h2>
Note: See TracChangeset for help on using the changeset viewer.