PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
← All changes | core/admin/page-import-gcal.php +5 -6 10.1011.8.4 View file →
@@ -450,22 +450,21 @@
450 450 $subtabs = array();
451 451
452 452 $subtabs[ 'gcal' ] = array(
453 453 'type' => 'subtab' // Required| Possible values: 'subtab' | 'separator' | 'button' | 'goto-link' | 'html'
454 - , 'title' => __('Import Google Calendar Events', 'booking') //__('Google Calendar' ,'booking') . ' - ' . __('Events Import' ,'booking') // Title of TAB
455 - , 'page_title' => __('Import Google Calendar Events', 'booking') //__('Import Settings' ,'booking') // Title of Page
456 - , 'hint' => __('Import Google Calendar Events' ,'booking') // Hint
454 + , 'title' => __('Import Google Calendar', 'booking') //__('Google Calendar' ,'booking') . ' - ' . __('Events Import' ,'booking') // Title of TAB
455 + , 'page_title' => __('Import Google Calendar Events', 'booking') //__('Import Settings' ,'booking') // Title of Page
456 + , 'hint' => __('Set up and configure the import of Google Calendar events using the API.' ,'booking') // Hint
457 457 , 'link' => '' // link
458 458 , 'position' => '' // 'left' || 'right' || ''
459 459 , 'css_classes' => '' // CSS class(es)
460 460 //, 'icon' => 'http://.../icon.png' // Icon - link to the real PNG img
461 - //, 'font_icon' => 'wpbc_icn_mail_outline' // CSS definition of Font Icon
462 - , 'header_font_icon' => 'wpbc_icn_sync_alt' // CSS definition of Font Icon // FixIn: 9.6.1.4.
461 + , 'font_icon' => 'wpbc-bi-google' // CSS definition of Font Icon
463 462 , 'default' => false // Is this sub tab activated by default or not: true || false.
464 463 , 'disabled' => false // Is this sub tab deactivated: true || false.
465 464 , 'checkbox' => false // or definition array for specific checkbox: array( 'checked' => true, 'name' => 'feature1_active_status' ) //, 'checkbox' => array( 'checked' => $is_checked, 'name' => 'enabled_active_status' )
466 465 , 'content' => 'content' // Function to load as conten of this TAB
467 - //, 'is_use_left_navigation' => true // We commented this line to have the vertical subline of menu
466 +
468 467 );
469 468
470 469 $tabs[ 'sync' ]['subtabs'] = $subtabs;
471 470