Changeset 17849 for trunk/wp-admin/plugins.php
- Timestamp:
- 05/10/2011 07:18:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r17806 r17849 386 386 <div class="wrap"> 387 387 <?php screen_icon(); ?> 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 } 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 } 393 392 if ( $s ) 394 393 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $s ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.