Make WordPress Core

Changeset 20871


Ignore:
Timestamp:
05/24/2012 07:05:32 AM (12 years ago)
Author:
nacin
Message:

Add space between 'Plugins' title and 'Add New' button on plugins.php, like all other screens. [20868] was not meant to hit the 3.3 branch.

File:
1 edited

Legend:

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

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