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/class/wpbc-class-notices.php +2 -2 10.15.611.8.4 View file →
@@ -97,9 +97,9 @@
97 97 $inner_message_id_attr = '';
98 98 }
99 99
100 100
101 - $notice_hide = '<a style="background: #fff;border-radius: 7px;margin: 10px 0 0 30px;float: right;font-weight: 600;text-decoration: underline;" title="' . esc_js( __( "Hide", 'booking' ) ) . '" href="javascript:void(0)" onclick="javascript:jQuery(this).parent().parent().fadeOut( 500 );">' . esc_html( __( 'Hide', 'booking' ) ) . '</a>';
101 + $notice_hide = '<a style="border-radius: 7px;margin: 10px 0 0 30px;float: right;font-weight: 600;text-decoration: underline;" title="' . esc_js( __( "Hide", 'booking' ) ) . '" href="javascript:void(0)" onclick="javascript:jQuery(this).parent().parent().fadeOut( 500 );">' . esc_html( __( 'Hide', 'booking' ) ) . '</a>';
102 102 $wpbc_metabox_id = 'wpbc_message_update_free_to_paid';
103 103
104 104 ob_start();
105 105 $is_panel_visible = wpbc_is_dismissed( $wpbc_metabox_id, array(
@@ -105,9 +105,9 @@
105 105 $is_panel_visible = wpbc_is_dismissed( $wpbc_metabox_id, array(
106 106 'title' => __( 'Dismiss', 'booking' ), // ' <i class="menu_icon icon-1x wpbc_icn_close"></i> ', // &times;.
107 107 'hint' => __( 'Dismiss Forever', 'booking' ),
108 108 'class' => 'wpbc_message_update_free_to_paid',
109 - 'css' => 'background: #fff;border-radius: 7px;margin: 10px 0 0 30px;text-decoration: underline;',
109 + 'css' => 'border-radius: 7px;margin: 10px 0 0 30px;text-decoration: underline;',
110 110 ) );
111 111 ?>
112 112 <script type="text/javascript">
113 113 jQuery( '#<?php echo esc_js( $wpbc_metabox_id ); ?> .wpbc_message_update_free_to_paid' ).on( 'click', function (event) {