Make WordPress Core


Ignore:
Timestamp:
05/12/2011 12:22:22 AM (14 years ago)
Author:
koopersmith
Message:

Admin Header 2: The Return of 32px Icons. Props, iammattthomas. see #17324.

File:
1 edited

Legend:

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

    r17849 r17872  
    388388<h2><?php echo esc_html( $title );
    389389if ( ( ! is_multisite() || is_network_admin() ) && current_user_can('install_plugins') ) { ?>
    390 <a href="<?php echo self_admin_url( 'plugin-install.php' ); ?>" class="button add-new-h2"><?php echo esc_html_x('Add New', 'plugin'); ?></a>
     390<a href="<?php echo self_admin_url( 'plugin-install.php' ); ?>" class="add-new-h2"><?php echo esc_html_x('Add New', 'plugin'); ?></a>
    391391<?php }
    392392if ( $s )
Note: See TracChangeset for help on using the changeset viewer.