get_option( 'all_plugins' ); $all_themes = $fs_options->get_option( 'all_themes' ); ?>

plugins ) ?> timestamp ) && is_numeric( $all_plugins->timestamp ) ) { $diff = abs( WP_FS__SCRIPT_START_TIME - $all_plugins->timestamp ); $human_diff = ( $diff < MINUTE_IN_SECONDS ) ? $diff . ' ' . fs_text( 'sec' ) : human_time_diff( WP_FS__SCRIPT_START_TIME, $all_plugins->timestamp ); if ( WP_FS__SCRIPT_START_TIME < $all_plugins->timestamp ) { printf( fs_text( 'in-x' ), $human_diff ); } else { printf( fs_text( 'x-ago' ), $human_diff ); } } ?>
themes ) ?> timestamp ) && is_numeric( $all_themes->timestamp ) ) { $diff = abs( WP_FS__SCRIPT_START_TIME - $all_themes->timestamp ); $human_diff = ( $diff < MINUTE_IN_SECONDS ) ? $diff . ' ' . fs_text( 'sec' ) : human_time_diff( WP_FS__SCRIPT_START_TIME, $all_themes->timestamp ); if ( WP_FS__SCRIPT_START_TIME < $all_themes->timestamp ) { printf( fs_text( 'in-x' ), $human_diff ); } else { printf( fs_text( 'x-ago' ), $human_diff ); } } ?>