Make WordPress Core


Ignore:
Timestamp:
12/02/2013 03:52:23 AM (13 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/update-core.php

    r26283 r26518  
    377377?>
    378378        <div class="wrap">
    379         <?php screen_icon('tools'); ?>
    380379        <h2><?php _e('Update WordPress'); ?></h2>
    381380<?php
     
    491490        ?>
    492491        <div class="wrap">
    493         <?php screen_icon('tools'); ?>
    494492        <h2><?php _e('WordPress Updates'); ?></h2>
    495493        <?php
     
    570568        require_once(ABSPATH . 'wp-admin/admin-header.php');
    571569        echo '<div class="wrap">';
    572         screen_icon('plugins');
    573570        echo '<h2>' . esc_html__('Update Plugins') . '</h2>';
    574571        echo "<iframe src='$url' style='width: 100%; height: 100%; min-height: 750px;' frameborder='0'></iframe>";
     
    599596        require_once(ABSPATH . 'wp-admin/admin-header.php');
    600597        echo '<div class="wrap">';
    601         screen_icon('themes');
    602598        echo '<h2>' . esc_html__('Update Themes') . '</h2>';
    603599        echo "<iframe src='$url' style='width: 100%; height: 100%; min-height: 750px;' frameborder='0'></iframe>";
Note: See TracChangeset for help on using the changeset viewer.