Make WordPress Core


Ignore:
Timestamp:
05/24/2012 07:01:52 AM (13 years ago)
Author:
nacin
Message:

Add space between 'Plugins' title and 'Add New' button on plugins.php, like all other screens.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/wp-admin/plugins.php

    r20529 r20868  
    403403<h2><?php echo esc_html( $title );
    404404if ( ( ! is_multisite() || is_network_admin() ) && current_user_can('install_plugins') ) { ?>
    405 <a href="<?php echo self_admin_url( 'plugin-install.php' ); ?>" class="add-new-h2"><?php echo esc_html_x('Add New', 'plugin'); ?></a>
     405 <a href="<?php echo self_admin_url( 'plugin-install.php' ); ?>" class="add-new-h2"><?php echo esc_html_x('Add New', 'plugin'); ?></a>
    406406<?php }
    407407if ( $s )
Note: See TracChangeset for help on using the changeset viewer.