| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | if ( ! defined( 'ABSPATH' ) ) { |
| 10 | 10 | exit; |
| 11 | 11 | } |
| 12 | 12 | |
| 13 | - $fs_options = FS_Option_Manager::get_manager( WP_FS__ACCOUNTS_OPTION_NAME, true ); | |
| 13 | + $fs_options = FS_Options::instance( WP_FS__ACCOUNTS_OPTION_NAME, true ); | |
| 14 | 14 | $all_plugins = $fs_options->get_option( 'all_plugins' ); |
| 15 | 15 | $all_themes = $fs_options->get_option( 'all_themes' ); |
| 16 | 16 | |
| 17 | 17 | /* translators: %s: time period (e.g. In "2 hours") */ |