Make WordPress Core


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

H2 "Add New" buttons for the main screens

File:
1 edited

Legend:

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

    r11527 r11554  
    253253<div class="wrap">
    254254<?php screen_icon(); ?>
    255 <h2><?php echo esc_html( $title ); ?></h2>
     255<h2><?php echo esc_html( $title ); ?> <a href="plugin-install.php" class="button add-new-h2"><?php esc_html_e('Add New'); ?></a></h2>
    256256
    257257<?php
Note: See TracChangeset for help on using the changeset viewer.