diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index a059b3680..41f81a5b0 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -402,9 +402,9 @@ if ( $s )

' . __( 'Files in the /wp-content/mu-plugins directory are executed automatically.' ) . '

'; + echo '

' . __( 'Files in the /wp-content/mu-plugins directory are executed automatically.' ) . '

'; elseif ( 'dropins' == $status ) - echo '

' . __( 'Drop-ins are advanced plugins in the /wp-content directory that replace WordPress functionality when present.' ) . '

'; + echo '

' . __( 'Drop-ins are advanced plugins in the /wp-content directory that replace WordPress functionality when present.' ) . '

'; ?> display(); ?>