Make WordPress Core


Ignore:
Timestamp:
05/10/2011 07:18:16 PM (14 years ago)
Author:
ryan
Message:

Remove favorite_actions() from h2s. Restore Add New buttons. see #17324

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/index.php

    r17800 r17849  
    5757<div class="wrap">
    5858<?php screen_icon(); ?>
    59 <h2><?php
    60 echo esc_html( $title );
    61 favorite_actions( $current_screen ); ?>
    62 </h2>
     59<h2><?php echo esc_html( $title ); ?></h2>
    6360
    6461<div id="dashboard-widgets-wrap">
Note: See TracChangeset for help on using the changeset viewer.