Make WordPress Core


Ignore:
Timestamp:
12/02/2013 03:52:23 AM (12 years ago)
Author:
azaozz
Message:

Remove all screen_icon() calls and deprecate the functions, props TobiasBg, fixes #26119

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/widgets.php

    r26505 r26518  
    230230    require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>
    231231    <div class="wrap">
    232     <?php screen_icon(); ?>
    233232    <h2><?php echo esc_html( $title ); ?></h2>
    234233    <div class="editwidget"<?php echo $width; ?>>
     
    311310
    312311<div class="wrap">
    313 <?php screen_icon(); ?>
    314312<h2><?php echo esc_html( $title ); ?></h2>
    315313
Note: See TracChangeset for help on using the changeset viewer.