Make WordPress Core

Changeset 44647

Timestamp:
01/18/2019 04:03:20 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Remove some add_action()s that were commented out years ago.

Props Girishpanchal.
Fixes #44545.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/admin-filters.php

    r44524 r44647  
    101101
    102102// Theme Install hooks.
    103 // add_action('install_themes_dashboard', 'install_themes_dashboard');
    104 // add_action('install_themes_upload', 'install_themes_upload', 10, 0);
    105 // add_action('install_themes_search', 'display_themes');
    106 // add_action('install_themes_featured', 'display_themes');
    107 // add_action('install_themes_new', 'display_themes');
    108 // add_action('install_themes_updated', 'display_themes');
    109103add_action( 'install_themes_pre_theme-information', 'install_theme_information' );
    110104
Note: See TracChangeset for help on using the changeset viewer.