Changeset 37978
- Timestamp:
- 07/05/2016 04:45:42 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/admin-filters.php
r37920 r37978 101 101 102 102 // Update hooks. 103 add_action( ' admin_init', 'wp_plugin_update_rows' );104 add_action( ' admin_init', 'wp_theme_update_rows' );103 add_action( 'load-plugins.php', 'wp_plugin_update_rows', 20 ); // After wp_update_plugins() is called. 104 add_action( 'load-themes.php', 'wp_theme_update_rows', 20 ); // After wp_update_themes() is called. 105 105 106 106 add_action( 'admin_notices', 'update_nag', 3 );
Note: See TracChangeset
for help on using the changeset viewer.