| @@ -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' => '', |