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/admin/page-ics-import.php +5 -1 10.1111.8.4 View file →
@@ -644,9 +644,12 @@
644 644 </h4>
645 645 <ol style="list-style-type: decimal !important;list-style-position: inside;margin-left: 15px;">
646 646 <li><?php
647 647 /* translators: 1: ... */
648 - echo wp_kses_post( sprintf( __( 'Install %s plugin.', 'booking' ), '<a target="_blank" href="https://wordpress.org/plugins/booking-manager/"><strong>Booking Manager</strong></a>' ) );
648 + echo wp_kses_post( sprintf( __( 'Install %s plugin.', 'booking' ), '<a class="thickbox open-plugin-details-modal" target="_blank" href="plugin-install.php?tab=plugin-information&plugin=booking-manager&TB_iframe=true&width=772&height=435" aria-label="Booking Manager" data-title="Booking Manager"><strong>Booking Manager</strong></a>' ) );
649 + echo ' ';
650 + /* translators: 1: URL of Booking Manager plugin page.*/
651 + echo wp_kses_post( sprintf( __( 'WordPress directory %s page.', 'booking' ), '<a target="_blank" href="https://wordpress.org/plugins/booking-manager/"><strong>Booking Manager</strong></a>' ) );
649 652 ?></li>
650 653 <li> <?php esc_html_e( 'Configure ULR feed(s) at this settings page.', 'booking' ); ?>
651 654 <div class="wpbc-settings-notice notice-info"
652 655 style='margin-left:25px;text-align:left;border-top:1px solid #f0f0f0;border-right:1px solid #f0f0f0;'>
@@ -761,8 +764,9 @@
761 764
762 765 //////////////////////////////////////////////////////////////////////
763 766 // Import events from .ics feed to specific booking resource
764 767 //////////////////////////////////////////////////////////////////////
768 + // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound
765 769 do_action( 'wpbm_ics_import_start', array(
766 770 'url' => esc_url_raw( $_POST['params']['wpbc_import_url'] ), // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotValidated, WordPress.Security.ValidatedSanitizedInput.MissingUnslash
767 771 'resource_id' => intval( $_POST['params']['wpbc_import_br_selection'] ), // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotValidated
768 772 'import_conditions' => '',