| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * @package Freemius |
| 4 | 4 | * @copyright Copyright (c) 2015, Freemius, Inc. |
| 5 | - * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License | |
| 5 | + * @license https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 | |
| 6 | 6 | * @since 1.1.7.3 |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | 9 | if ( ! defined( 'ABSPATH' ) ) { |
| @@ -37,10 +37,10 @@ | ||
| 37 | 37 | if ( FS_API__LOGGER_ON ) { |
| 38 | 38 | require_once dirname( __FILE__ ) . '/class-fs-debug-bar-panel.php'; |
| 39 | 39 | $statuses[] = array( |
| 40 | 40 | 'fs_api_requests', |
| 41 | - fs_text( 'Freemius API' ), | |
| 42 | - Freemius_Debug_Bar_Panel::requests_count() . ' ' . fs_text( 'Requests' ) . | |
| 41 | + fs_text_inline( 'Freemius API' ), | |
| 42 | + Freemius_Debug_Bar_Panel::requests_count() . ' ' . fs_text_inline( 'Requests' ) . | |
| 43 | 43 | ' (' . Freemius_Debug_Bar_Panel::total_time() . ')' |
| 44 | 44 | ); |
| 45 | 45 | } |
| 46 | 46 | } |