Make WordPress Core


Ignore:
Timestamp:
06/12/2009 03:20:16 AM (16 years ago)
Author:
azaozz
Message:

H2 "Add New" buttons for the main screens

File:
1 edited

Legend:

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

    r11380 r11554  
    165165<div class="wrap">
    166166<?php screen_icon(); ?>
    167 <h2><?php echo esc_html( $title );
     167<h2><?php echo esc_html( $title ); ?> <a href="media-new.php" class="button add-new-h2"><?php esc_html_e('Add New'); ?></a> <?php
    168168if ( isset($_GET['s']) && $_GET['s'] )
    169169    printf( '<span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', esc_html( get_search_query() ) ); ?>
Note: See TracChangeset for help on using the changeset viewer.