PluginProbe
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder / 3.6.0
Buttonizer – Floating Menus, Sticky Buttons, & Popup Builder v3.6.0
3.6.0 3.5.0 trunk 1.0.10 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.6.1 1.0.7 1.0.8 1.0.9 1.1 1.1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.5 1.5.1 All 110 releases
← All changes | freemius/includes/debug/debug-bar-start.php +3 -3 1.0.23.6.0 View file →
@@ -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 }