Changeset 17800 for trunk/wp-admin/plugins.php
- Timestamp:
- 05/04/2011 08:15:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r17632 r17800 386 386 <div class="wrap"> 387 387 <?php screen_icon(); ?> 388 <h2><?php echo esc_html( $title ); 389 if ( ( ! 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> 391 <?php } 388 <h2><?php 389 echo esc_html( $title ); 390 if ( ( ! is_multisite() || is_network_admin() ) && current_user_can('install_plugins') ) { 391 favorite_actions( $current_screen ); 392 } 392 393 if ( $s ) 393 394 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $s ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.