Update plugins leader text
git-svn-id: http://svn.automattic.com/wordpress/trunk@11042 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4258da8a23
commit
c1e160a715
|
@ -219,7 +219,7 @@ if ( !empty($invalid) )
|
|||
<?php screen_icon(); ?>
|
||||
<h2><?php echo wp_specialchars( $title ); ?></h2>
|
||||
|
||||
<p><?php _e('Plugins extend and expand the functionality of WordPress. Install new plugins and then activate, deactivate, or delete them here.'); ?></p>
|
||||
<p><?php printf(__('Plugins extend and expand the functionality of WordPress. <a href="%s">Install new plugins</a> and then activate, deactivate, or delete them here.'), 'plugin-install.php'); ?></p>
|
||||
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Reference in New Issue