Make WordPress Core


Ignore:
Timestamp:
07/29/2011 06:07:38 AM (13 years ago)
Author:
nacin
Message:

Link tab=upload when referenced on 'Install Plugins.' fixes #18290.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/plugin-install.php

    r18318 r18481  
    8282function install_dashboard() {
    8383    ?>
    84     <p><?php _e('Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href="http://wordpress.org/extend/plugins/">WordPress Plugin Directory</a> or upload a plugin in .zip format via this page.') ?></p>
     84    <p><?php printf( __( 'Plugins extend and expand the functionality of WordPress. You may automatically install plugins from the <a href="http://wordpress.org/extend/plugins/">WordPress Plugin Directory</a> or upload a plugin in .zip format via <a href="%s">this page</a>.' ), self_admin_url( 'plugin-install.php?tab=upload' ) ); ?></p>
    8585
    8686    <h4><?php _e('Search') ?></h4>
Note: See TracChangeset for help on using the changeset viewer.