Make WordPress Core


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

Big UI style update. props koopersmith. see #17324

File:
1 edited

Legend:

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

    r17748 r17800  
    6060<div class="wrap nosubsub">
    6161<?php screen_icon(); ?>
    62 <h2><?php echo esc_html( $title ); ?> <a href="link-add.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'link'); ?></a> <?php
     62<h2><?php
     63echo esc_html( $title );
     64favorite_actions( $current_screen );
    6365if ( !empty($_REQUEST['s']) )
    6466    printf( '<span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', esc_html( stripslashes($_REQUEST['s']) ) ); ?>
Note: See TracChangeset for help on using the changeset viewer.