Make WordPress Core


Ignore:
Timestamp:
08/05/2008 05:06:42 PM (18 years ago)
Author:
ryan
Message:

Plugin install fixes from DD32. see #6015

File:
1 edited

Legend:

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

    r8540 r8550  
    114114                        <?php
    115115                        foreach( $plugin_info as $plugin )
    116                             echo '<li>', $plugin['Title'], ' ', __('By'), ' ', $plugin['Author'], '</li>';
     116                            echo '<li>', sprintf(__('%s by %s'), $plugin['Name'], $plugin['Author']), '</li>';
    117117                        ?>
    118118                    </ul>
Note: See TracChangeset for help on using the changeset viewer.