Ticket #32889: 32889.patch
| File 32889.patch, 710 bytes (added by , 11 years ago) |
|---|
-
src/wp-admin/includes/plugin-install.php
155 155 $tags[ $tag['name'] ] = (object) array( 156 156 'link' => esc_url( self_admin_url('plugin-install.php?tab=search&type=tag&s=' . urlencode($tag['name'])) ), 157 157 'name' => $tag['name'], 158 'slug' => $tag['slug'], 158 159 'id' => sanitize_title_with_dashes($tag['name']), 159 160 'count' => $tag['count'] ); 160 161 echo wp_generate_tag_cloud($tags, array( 'single_text' => __('%s plugin'), 'multiple_text' => __('%s plugins') ) );
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)