Make WordPress Core


Ignore:
Timestamp:
01/21/2010 09:37:43 PM (15 years ago)
Author:
ryan
Message:

i18n fixes. Props nbachiyski. fixes #11954

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugins.php

    r12753 r12789  
    184184                        <?php
    185185                        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>';
    187188                        ?>
    188189                    </ul>
Note: See TracChangeset for help on using the changeset viewer.