Changeset 8305 for trunk/wp-admin/includes/update.php
- Timestamp:
- 07/10/2008 07:35:20 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update.php
r8060 r8305 117 117 update_option( 'update_plugins', $new_option ); 118 118 } 119 add_action( ' load-plugins.php', 'wp_update_plugins' );119 add_action( 'init', 'wp_update_plugins' ); 120 120 121 121 function wp_plugin_update_row( $file, $plugin_data ) {
Note: See TracChangeset
for help on using the changeset viewer.