mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
br tags must self close. props blamescribu. see #16095.
git-svn-id: https://develop.svn.wordpress.org/trunk@17221 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -402,9 +402,9 @@ if ( $s )
|
||||
|
||||
<?php
|
||||
if ( 'mustuse' == $status )
|
||||
echo '<br class="clear"><p>' . __( 'Files in the <code>/wp-content/mu-plugins</code> directory are executed automatically.' ) . '</p>';
|
||||
echo '<br class="clear" /><p>' . __( 'Files in the <code>/wp-content/mu-plugins</code> directory are executed automatically.' ) . '</p>';
|
||||
elseif ( 'dropins' == $status )
|
||||
echo '<br class="clear"><p>' . __( 'Drop-ins are advanced plugins in the <code>/wp-content</code> directory that replace WordPress functionality when present.' ) . '</p>';
|
||||
echo '<br class="clear" /><p>' . __( 'Drop-ins are advanced plugins in the <code>/wp-content</code> directory that replace WordPress functionality when present.' ) . '</p>';
|
||||
?>
|
||||
|
||||
<?php $wp_list_table->display(); ?>
|
||||
|
||||
Reference in New Issue
Block a user