PluginProbe
Booking Calendar / 11.8.3
Booking Calendar v11.8.3
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 10.11.2 All 203 releases
← All changes | includes/_feedback/feedback.js +2 -1 10.1111.8.3 View file →
@@ -235,9 +235,10 @@
235 235 );
236 236
237 237 var closed_timer = setTimeout( function (){
238 238 if ( 5 == response_data['ajx_after_action_result_all_params_arr'][ 'feedback_stars' ] ){
239 - document.location.href = 'https://wordpress.org/plugins/booking/#reviews';
239 + document.location.href = 'https://wordpress.org/support/plugin/booking/reviews/#new-post';
240 + // document.location.href = 'https://wordpress.org/plugins/booking/#reviews';
240 241 // document.location.href = 'https://wordpress.org/support/plugin/booking/reviews/?filter=5#new-post'
241 242 }
242 243 }
243 244 , 2000 );