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 | includes/ui_settings/class-page-structure.php +7 -7 11.511.8.4 View file →
@@ -24,10 +24,11 @@
24 24
25 25 'is_default_full_screen' => false, // true | false. Default: false.
26 26 'is_force_full_screen' => false, // true | false. Default: false.
27 27 'right_vertical_sidebar__is_show' => false, // true | false. Default: false.
28 -'right_vertical_sidebar__default_view_mode' => 'max', // '' | 'min' | 'compact' | 'max' | 'none'. Default: ''.
29 -'left_navigation__default_view_mode' => 'max', // '' | 'min' | 'compact' | 'max' | 'none'. Default: ''.
28 +'right_vertical_sidebar__default_view_mode' => 'max', // '' | 'min' | 'compact' | 'max' | 'none'. Default: ''.
29 +'right_vertical_sidebar__content_click_collapse_mode' => '', // '' | 'min' | 'compact' | 'none'. Collapse or hide an expanded right sidebar when the page content is clicked. Default: ''.
30 +'left_navigation__default_view_mode' => 'max', // '' | 'min' | 'compact' | 'max' | 'none'. Default: ''.
30 31 'left_navigation__force_view_mode' => '', // '' | 'min' | 'compact' | 'max' | 'none'. Default: ''.
31 32 'right_vertical_sidebar_compact__is_show' => false, // true | false. Default: false.
32 33
33 34 // TODO: recheck functionality and ability to use:
@@ -626,18 +627,17 @@
626 627 * @return string
627 628 */
628 629 private function get_top_path_default_root_title( $page_tag ) {
629 630
630 - $root_titles = array(
631 + $root_titles = array(
631 632 'wpbc' => __( 'Bookings', 'booking' ),
632 633 'wpbc-availability' => __( 'Availability', 'booking' ),
633 634 'wpbc-prices' => __( 'Prices', 'booking' ),
634 635 'wpbc-resources' => __( 'Resources', 'booking' ),
635 636 'wpbc-settings' => __( 'Settings', 'booking' ),
636 - 'wpbc-setup' => __( 'Setup', 'booking' ),
637 - );
638 -
639 - return isset( $root_titles[ $page_tag ] ) ? $root_titles[ $page_tag ] : __( 'Booking Calendar', 'booking' );
637 + 'wpbc-setup' => __( 'Setup', 'booking' ),
638 + );
639 + return isset( $root_titles[ $page_tag ] ) ? $root_titles[ $page_tag ] : __( 'Booking Calendar', 'booking' );
640 640 }
641 641
642 642 /**
643 643 * Get product root URL.