Ticket #29865: 29865.patch
| File 29865.patch, 659 bytes (added by , 11 years ago) |
|---|
-
src/wp-admin/includes/class-wp-plugins-list-table.php
236 236 global $plugins; 237 237 238 238 if ( !empty( $plugins['all'] ) ) 239 _e( 'No plugins found.');239 printf( __( 'No plugins found, <a href="%s">search for plugins in the repository?</a>' ), esc_url( admin_url( 'plugin-install.php?tab=search&s=' . urlencode( $_REQUEST['s'] ) ) ) ); 240 240 else 241 241 _e( 'You do not appear to have any plugins available at this time.' ); 242 242 }