Changeset 13687 for trunk/wp-includes/update.php
- Timestamp:
- 03/13/2010 04:05:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/update.php
r12899 r13687 324 324 add_action( 'load-themes.php', 'wp_update_themes' ); 325 325 add_action( 'load-update.php', 'wp_update_themes' ); 326 add_action( 'load-update-core.php', 'wp_update_themes' ); 326 327 add_action( 'admin_init', '_maybe_update_themes' ); 327 328 add_action( 'wp_update_themes', 'wp_update_themes' );
Note: See TracChangeset
for help on using the changeset viewer.