Skip to content

Commit edaa7c9

Browse files
Update src/wp-admin/includes/plugin-install.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent 9de1c03 commit edaa7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/plugin-install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ function display_plugins_table() {
399399
);
400400
break;
401401
case 'install_plugins_featured':
402-
echo '<br />';
402+
echo '<br>';
403403
break;
404404
case 'install_plugins_recommended':
405405
echo '<p>' . __( 'These suggestions are based on the plugins you and other users have installed.' ) . '</p>';

0 commit comments

Comments
 (0)