Loading wp-admin/includes/class-wp-debug-data.php +3 −3 Original line number Diff line number Diff line Loading @@ -1079,7 +1079,7 @@ class WP_Debug_Data { * @since 5.5.0 * * @param string $auto_updates_string The string output for the auto-updates column. * @param object $theme An object of theme data. * @param WP_Theme $theme An object of theme data. * @param bool $enabled Whether auto-updates are enabled for this item. */ $auto_updates_string = apply_filters( 'theme_auto_update_debug_string', $auto_updates_string, $active_theme, $enabled ); Loading wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * * @global string $wp_version */ $wp_version = '5.5-beta3-48560'; $wp_version = '5.5-beta3-48561'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. Loading Loading
wp-admin/includes/class-wp-debug-data.php +3 −3 Original line number Diff line number Diff line Loading @@ -1079,7 +1079,7 @@ class WP_Debug_Data { * @since 5.5.0 * * @param string $auto_updates_string The string output for the auto-updates column. * @param object $theme An object of theme data. * @param WP_Theme $theme An object of theme data. * @param bool $enabled Whether auto-updates are enabled for this item. */ $auto_updates_string = apply_filters( 'theme_auto_update_debug_string', $auto_updates_string, $active_theme, $enabled ); Loading
wp-includes/version.php +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * * @global string $wp_version */ $wp_version = '5.5-beta3-48560'; $wp_version = '5.5-beta3-48561'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. Loading