PluginProbe
Booking Calendar / 11.8.3
Booking Calendar v11.8.3
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 10.11.2 All 203 releases
← All changes | core/admin/page-timeline.php +5 -2 11.011.8.3 View file →
@@ -30,15 +30,18 @@
30 30
31 31 public function tabs() {
32 32
33 33 $is_full_screen = WPBC_User_Custom_Data_Saver::get_user_data_value( wpbc_get_current_user_id(), 'is_full_screen' );
34 + $is_full_screen = function_exists( 'wpbc_ui__get_full_screen_mode_from_cookie' )
35 + ? wpbc_ui__get_full_screen_mode_from_cookie( $is_full_screen )
36 + : $is_full_screen;
34 37 $is_full_screen = ( 'On' === $is_full_screen );
35 38
36 39 $tabs = array();
37 40 $tabs[ 'vm_calendar' ] = array(
38 - 'is_show_top_path' => false, // true | false. By default value is: false.
41 + 'is_show_top_path' => true, // true | false. By default value is: true.
39 42 'is_show_top_navigation' => true, // true | false. By default value is: false.
40 - 'left_navigation__default_view_mode' => ( $is_full_screen ) ? 'compact' : 'min', // '' | 'min' | 'compact' | 'max' | 'none'. By default value is: ''.
43 + 'left_navigation__default_view_mode' => '', // FixIn:11.7.1.1: ( $is_full_screen ) ? 'compact' : 'min', // '' | 'min' | 'compact' | 'max' | 'none'. By default value is: ''.
41 44 'page_title' => false, // Header - Title. If false, than hidden.
42 45 'page_description' => false, // Header - Title Description. If false, than hidden.
43 46 'title' => __('Timeline View','booking') // Title of TAB
44 47 , 'hint' => __('Timeline View', 'booking') // Hint