Ticket #16401: ticket.16401.diff

File ticket.16401.diff, 410 bytes (added by ptahdunbar, 2 years ago)
  • wp-admin/includes/theme.php

     
    101101 
    102102        // Force refresh of theme update information 
    103103        delete_site_transient('update_themes'); 
     104         
     105        // allow for commit transaction 
     106        do_action( 'deleted_theme', $template ); 
    104107 
    105108        return true; 
    106109}