Changeset 12673 for trunk/wp-admin/plugins.php
- Timestamp:
- 01/08/2010 08:49:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r12636 r12673 303 303 if ( $recently_activated != get_option('recently_activated') ) //If array changed, update it. 304 304 update_option('recently_activated', $recently_activated); 305 $current = get_ transient( 'update_plugins' );305 $current = get_site_transient( 'update_plugins' ); 306 306 307 307 foreach ( (array)$all_plugins as $plugin_file => $plugin_data) {
Note: See TracChangeset
for help on using the changeset viewer.