PluginProbe
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar / 2.1.21
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar v2.1.21
2.1.22 2.1.21 2.1.20 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 trunk 1.1 2.0 2.0.1 2.0.10.2 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.2 2.0.20 2.0.21 All 56 releases
← All changes | core/admin/wpbm-toolbar-tiny.php +5 -5 2.0.12 → 2.1.21 View file →
@@ -32,10 +32,10 @@
32 32 , 'tiny_btn_row' => 1
33 33 , 'pages_where_insert' => array( 'post-new.php', 'page-new.php', 'post.php', 'page.php' )
34 34 , 'buttons' => array(
35 35 'wpbm_insert' => array(
36 - 'hint' => __('Insert Shortcode' , 'booking-manager' )
37 - , 'title' => __('Insert Shortcode' , 'booking-manager' )
36 + 'hint' => 'Insert Shortcode' // FixIn: 2025-04-04.
37 + , 'title' => 'Insert Shortcode'
38 38 , 'js_func_name_click' => 'wpbm_tiny_btn_click'
39 39 , 'img' => WPBM_PLUGIN_URL . '/assets/img/icon-16x16.png'
40 40 )
41 41 )
@@ -472,10 +472,10 @@
472 472 , 'tiny_btn_row' => 1
473 473 , 'pages_where_insert' => $wpbm_pages_where_insert_btn
474 474 , 'buttons' => array(
475 475 'wpbm_insert' => array(
476 - 'hint' => __('Booking Manager Shortcodes' , 'booking-manager' )
477 - , 'title' => __('Booking Manager' , 'booking-manager' )
476 + 'hint' => 'Booking Manager Shortcodes'
477 + , 'title' => 'Booking Manager'
478 478 , 'js_func_name_click' => 'wpbm_tiny_btn_click'
479 479 , 'img' => WPBM_PLUGIN_URL . '/assets/img/icon-16x16.png'
480 480 )
481 481 )
@@ -538,9 +538,9 @@
538 538 $wpbm_tabs = array();
539 539
540 540 $wpbm_tabs[ 'booking-manager-listing' ] = __( 'Listing .ics feed' , 'booking-manager' );
541 541
542 - if ( wpbm_is_wpbc_supported() )
542 + //if ( wpbm_is_wpbc_supported() )
543 543 $wpbm_tabs[ 'booking-manager-import' ] = __( 'Import .ics feed into' , 'booking-manager' ) . ' ' . '<strong>WPBC</strong>';
544 544
545 545 return $wpbm_tabs;
546 546 }