Changeset 32653 for trunk/src/wp-admin/includes/theme-install.php
- Timestamp:
- 05/29/2015 05:03:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme-install.php
r32643 r32653 133 133 <?php 134 134 } 135 // add_action('install_themes_dashboard', 'install_themes_dashboard');136 135 137 136 function install_themes_upload() { … … 145 144 <?php 146 145 } 147 // add_action('install_themes_upload', 'install_themes_upload', 10, 0);148 146 149 147 /** … … 181 179 182 180 } 183 // add_action('install_themes_search', 'display_themes');184 // add_action('install_themes_featured', 'display_themes');185 // add_action('install_themes_new', 'display_themes');186 // add_action('install_themes_updated', 'display_themes');187 181 188 182 /** … … 209 203 exit; 210 204 } 211 add_action('install_themes_pre_theme-information', 'install_theme_information');
Note: See TracChangeset
for help on using the changeset viewer.