From a8ae3264e40519bcb4a72b64176e9bf6a022922c Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 5 Jan 2011 03:52:36 +0000 Subject: [PATCH] br tags must self close. props blamescribu. see #16095. git-svn-id: https://develop.svn.wordpress.org/trunk@17221 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/plugins.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index a059b36807..41f81a5b0d 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(); ?>