Make WordPress Core


Ignore:
Timestamp:
05/19/2011 07:52:11 PM (13 years ago)
Author:
nacin
Message:

Add 'Add New' buttons to edit links, edit media, and edit user screens. props sbressler, fixes #17499.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-link-form.php

    r17748 r17975  
    5454<div class="wrap">
    5555<?php screen_icon(); ?>
    56 <h2><?php echo esc_html( $title ); ?></h2>
     56<h2><?php echo esc_html( $title ); ?>  <a href="link-add.php" class="add-new-h2"><?php echo esc_html_x('Add New', 'link'); ?></a></h2>
    5757
    5858<?php if ( isset( $_GET['added'] ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.