Changeset 19109
- Timestamp:
- 11/02/2011 02:36:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r19028 r19109 1 <?php1 ulti<?php 2 2 /** 3 3 * WordPress Plugin Install Administration API … … 106 106 'id' => sanitize_title_with_dashes($tag['name']), 107 107 'count' => $tag['count'] ); 108 echo wp_generate_tag_cloud($tags, array( 'single_text' => __('% d plugin'), 'multiple_text' => __('%dplugins') ) );108 echo wp_generate_tag_cloud($tags, array( 'single_text' => __('%s plugin'), 'multiple_text' => __('%s plugins') ) ); 109 109 } 110 110 echo '</p><br class="clear" />';
Note: See TracChangeset
for help on using the changeset viewer.