Make WordPress Core


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

H2 "Add New" buttons for the main screens

File:
1 edited

Legend:

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

    r11539 r11554  
    125125<div class="wrap">
    126126<?php screen_icon(); ?>
    127 <h2><?php echo esc_html( $title ); ?></h2>
     127<h2><?php echo esc_html( $title ); ?> <a href="theme-install.php" class="button add-new-h2"><?php esc_html_e('Add New'); ?></a></h2>
    128128
    129129<h3><?php _e('Current Theme'); ?></h3>
Note: See TracChangeset for help on using the changeset viewer.