Remove intro
git-svn-id: http://svn.automattic.com/wordpress/trunk@11261 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
80078c3882
commit
390b263242
|
@ -219,8 +219,6 @@ if ( !empty($invalid) )
|
||||||
<?php screen_icon(); ?>
|
<?php screen_icon(); ?>
|
||||||
<h2><?php echo wp_specialchars( $title ); ?></h2>
|
<h2><?php echo wp_specialchars( $title ); ?></h2>
|
||||||
|
|
||||||
<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
|
<?php
|
||||||
|
|
||||||
$all_plugins = get_plugins();
|
$all_plugins = get_plugins();
|
||||||
|
|
Loading…
Reference in New Issue