| @@ -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 | } |