- Timestamp:
- 10/02/2015 07:07:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r34551 r34778 131 131 132 132 if ( $screen->in_admin( 'network' ) ) { 133 $recently_activated = get_ site_option( 'recently_activated', array() );133 $recently_activated = get_network_option( 'recently_activated', array() ); 134 134 } else { 135 135 $recently_activated = get_option( 'recently_activated', array() ); … … 143 143 144 144 if ( $screen->in_admin( 'network' ) ) { 145 update_ site_option( 'recently_activated', $recently_activated );145 update_network_option( 'recently_activated', $recently_activated ); 146 146 } else { 147 147 update_option( 'recently_activated', $recently_activated );
Note: See TracChangeset
for help on using the changeset viewer.