Fix empty line phpcs error.

See #50280.
Built from https://develop.svn.wordpress.org/trunk@48078


git-svn-id: http://core.svn.wordpress.org/trunk@47845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2020-06-18 00:46:09 +00:00
parent 7757ad5e94
commit d61790f9dc
2 changed files with 1 additions and 2 deletions

View File

@ -1096,7 +1096,6 @@ class WP_Plugins_List_Table extends WP_List_Table {
*/
echo apply_filters( 'plugin_auto_update_setting_html', $html, $plugin_file, $plugin_data );
echo '<div class="inline notice error hidden"><p></p></div>';
echo '</td>';

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-48077';
$wp_version = '5.5-alpha-48078';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.