Ticket #27623: 27623.2.diff
| File 27623.2.diff, 754 bytes (added by , 12 years ago) |
|---|
-
src/wp-admin/plugins.php
415 415 if ( ( ! is_multisite() || is_network_admin() ) && current_user_can('install_plugins') ) { ?> 416 416 <a href="<?php echo self_admin_url( 'plugin-install.php' ); ?>" class="add-new-h2"><?php echo esc_html_x('Add New', 'plugin'); ?></a> 417 417 <?php } 418 if ( $s ) 419 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $s ) ); ?> 418 $s = trim( $s ); 419 if ( ! empty( $s ) ) { 420 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $s ) ); 421 } 422 ?> 420 423 </h2> 421 424 422 425 <?php
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)