From ac79b4e716c7fecf73a2e056b3da34d65e1d9b8a Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 18 Jan 2019 04:04:49 +0000 Subject: [PATCH] Coding Standards: Remove some `add_action()`s that were commented out years ago. Props Girishpanchal. Fixes #44545. Built from https://develop.svn.wordpress.org/trunk@44647 git-svn-id: http://core.svn.wordpress.org/trunk@44478 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/admin-filters.php | 6 ------ wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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.