Make WordPress Core


Ignore:
Timestamp:
03/24/2012 02:07:12 PM (13 years ago)
Author:
duck_
Message:

Use correct filter name in wp_update_themes(): s/load-plugins/load-themes/. See r19683, #18876.

File:
1 edited

Legend:

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

    r20029 r20286  
    266266            $timeout = 60; // 1 min
    267267            break;
    268         case 'load-plugins.php' :
     268        case 'load-themes.php' :
    269269        case 'load-update.php' :
    270270            $timeout = 3600; // 1 hour
Note: See TracChangeset for help on using the changeset viewer.