From a4306e1f578b8df0163e269720157dee9f8c2251 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 5 Jan 2011 03:52:36 +0000 Subject: [PATCH] br tags must self close. props blamescribu. see #16095. git-svn-id: http://svn.automattic.com/wordpress/trunk@17221 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 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(); ?>