diff --git a/wp-admin/includes/admin-filters.php b/wp-admin/includes/admin-filters.php index a25eda7f42..3407e93171 100644 --- a/wp-admin/includes/admin-filters.php +++ b/wp-admin/includes/admin-filters.php @@ -100,12 +100,6 @@ add_action( 'user_register', array( 'WP_Internal_Pointers', 'dismiss_pointers_fo add_action( 'customize_controls_print_footer_scripts', 'customize_themes_print_templates' ); // Theme Install hooks. -// add_action('install_themes_dashboard', 'install_themes_dashboard'); -// add_action('install_themes_upload', 'install_themes_upload', 10, 0); -// add_action('install_themes_search', 'display_themes'); -// add_action('install_themes_featured', 'display_themes'); -// add_action('install_themes_new', 'display_themes'); -// add_action('install_themes_updated', 'display_themes'); add_action( 'install_themes_pre_theme-information', 'install_theme_information' ); // User hooks. diff --git a/wp-includes/version.php b/wp-includes/version.php index 3f046ccc01..60b4133159 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-beta1-44646'; +$wp_version = '5.1-beta1-44647'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.