Changeset 12789 for trunk/wp-admin/plugins.php
- Timestamp:
- 01/21/2010 09:37:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r12753 r12789 184 184 <?php 185 185 foreach ( $plugin_info as $plugin ) 186 echo '<li>', sprintf(__('<strong>%s</strong> by <em>%s</em>'), $plugin['Name'], $plugin['Author']), '</li>'; 186 /* translators: 1: plugin name, 2: plugin author */ 187 echo '<li>', sprintf(__('<strong>%1$s</strong> by <em>%2$s</em>'), $plugin['Name'], $plugin['Author']), '</li>'; 187 188 ?> 188 189 </ul>
Note: See TracChangeset
for help on using the changeset viewer.