Make WordPress Core


Ignore:
Timestamp:
03/13/2010 04:05:54 AM (15 years ago)
Author:
dd32
Message:

Force Theme update check on GUU. See #12528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/update.php

    r12899 r13687  
    324324add_action( 'load-themes.php', 'wp_update_themes' );
    325325add_action( 'load-update.php', 'wp_update_themes' );
     326add_action( 'load-update-core.php', 'wp_update_themes' );
    326327add_action( 'admin_init', '_maybe_update_themes' );
    327328add_action( 'wp_update_themes', 'wp_update_themes' );
Note: See TracChangeset for help on using the changeset viewer.