| @@ -16,8 +16,9 @@ | ||
| 16 | 16 | |
| 17 | 17 | <?php |
| 18 | 18 | if ( post_password_required() ) |
| 19 | 19 | { |
| 20 | + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- WordPress returns the escaped password form HTML and its trusted PHP form filter. | |
| 20 | 21 | echo get_the_password_form(); |
| 21 | 22 | return; |
| 22 | 23 | } |
| 23 | 24 | ?> |
| @@ -62,5 +63,5 @@ | ||
| 62 | 63 | */ |
| 63 | 64 | do_action( 'propertyhive_after_single_property_summary' ); |
| 64 | 65 | ?> |
| 65 | 66 | |
| 66 | -</div><!-- #property-<?php the_ID(); ?> --> | |
| 67 | +</div><!-- #property-<?php the_ID(); ?> --> | |