Make WordPress Core


Ignore:
Timestamp:
05/04/2011 08:15:05 PM (15 years ago)
Author:
markjaquith
Message:

Big UI style update. props koopersmith. see #17324

File:
1 edited

Legend:

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

    r17748 r17800  
    161161<div class="wrap">
    162162<?php screen_icon(); ?>
    163 <h2><?php echo esc_html( $title ); ?> <a href="media-new.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'file'); ?></a> <?php
     163<h2><?php
     164echo esc_html( $title );
     165favorite_actions( $current_screen );
    164166if ( isset($_REQUEST['s']) && $_REQUEST['s'] )
    165167    printf( '<span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', get_search_query() ); ?>
Note: See TracChangeset for help on using the changeset viewer.