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:
parent
b50eccafb9
commit
a8ae3264e4
@ -402,9 +402,9 @@ if ( $s )
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
if ( 'mustuse' == $status )
|
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 )
|
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(); ?>
|
<?php $wp_list_table->display(); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user