Changeset 34912 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 10/07/2015 05:11:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r34783 r34912 75 75 update_option( 'recently_activated', array( $file => time() ) + (array) get_option( 'recently_activated' ) ); 76 76 } else { 77 update_ network_option( 'recently_activated', array( $file => time() ) + (array) get_network_option( 'recently_activated' ) );77 update_site_option( 'recently_activated', array( $file => time() ) + (array) get_site_option( 'recently_activated' ) ); 78 78 } 79 79
Note: See TracChangeset
for help on using the changeset viewer.